Information output in S variables is controlled using the STRUCTURE-OUTPUT operand in the SHOW statements of SESADM:
SHOW- . . .  | ||||||||||||
  | ||||||||||||
Operands
STRUCTURE-OUTPUT =
In S procedures, specifies whether the information output of the SHOW statements is to be to S variables.
STRUCTURE-OUTPUT = *NONE
No output in S variables.
STRUCTURE-OUTPUT = *SYSINF
Output on the S variable stream SYSINF to which an S variable is assigned.
STRUCTURE-OUTPUT = <structured-name 1..20>(...)
Output in the S variable with the specified name. 
The S variable must have been defined beforehand in the S procedure.
The structure of the output depends on the particular statement.
WRITE-MODE = *REPLACE / *EXTEND
Defines whether the content of the S variable should be overwritten (*REPLACE) or updated (*EXTEND).