Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Syntax for output in S variables

Information output in S variables is controlled using the STRUCTURE-OUTPUT operand in the SHOW statements of SESADM:

SHOW- . . .

STRUCTURE-OUTPUT = *NONE / *SYSINF / <structured-name 1..20>(...)


<structured-name 1..20>(...)



|

WRITE-MODE = *REPLACE / *EXTEND

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).