Specifying the listing data set: SYSPRINT

Define the data set that contains your listing output with the SYSPRINT DD statement:

//SYSPRINT DD   SYSOUT=A

The assembler uses this data set to produce a listing. You can direct output to a printer, a magnetic tape, or a direct-access storage device. The assembler uses ASA or machine control characters for this data set according to the ASA option.


[ Top of Page | Previous Page | Next Page | Contents | Index ]