DISPLAY – Echo information to SYSTPRT

Use the DISPLAY command to echo information to the SYSTSPRT output.

DISPLAY <expression>

Where expression can be any valid REXX expression. For more details about REXX expressions and available functions, see TSO/E REXX Reference.

Examples:
DISPLAY “Hello World”
DISPLAY @LOG() @V(OBJ-ADID)