z/OS Infoprint Server Messages and Diagnosis
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Tracing the AOPPRINT procedure

z/OS Infoprint Server Messages and Diagnosis
GA32-0927-00

Tracing the AOPPRINT procedure

Turning trace on: To trace the AOPPRINT procedure, specify the AOPTRACEON=1 environment variable in the STDENV DD statement in the procedure. You can specify AOPTRACEON in-stream. Start in the first column, and do not code any blanks in the string or at the end of the line:

//STDENV DD *
AOPTRACEON=1

Turning trace off: To stop tracing the AOPPRINT procedure, comment out the AOPTRACEON=1 environment variable in the STDENV DD statement in the procedure:

//STDENV DD *
*AOPTRACEON=1

If the STDENV DD statement points to a data set, comment out the STDENV DD statement in the procedure.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014