HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Directing assembler messages to your terminal: SYSTERM

HLASM Programmer's Guide
SC26-4941-06

Define the data set that contains your terminal message's output with the SYSTERM DD statement:
//SYSTERM  DD   SYSOUT=A
On TSO, the terminal messages can be sent to your terminal by using the following ALLOC statement:
ALLOC F(SYSTERM) DA(*)

This data set is used by the assembler to store a condensed form of SYSPRINT containing flagged statements and their associated error messages. It is intended for output to a terminal, but can also be routed to a printer, a magnetic tape, or a direct-access storage device. Depending on the ASA option, the assembler uses ASA or machine control characters to skip to a new line for this data set.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014