AOPPRINT parameters

Figure 1. AOPPRINT JCL parameters: format

ERRCLASS=class
OPTIONS='attribute=value'...
OUTCLASS=class
PRINTER=printer_definition_name

ERRCLASS=class
Specifies the 1 character alphanumeric name of the system output data set (sysout) class for error messages. The name of the data set where error messages are written is specified by the STDERR data definition name (DDname).
Default: Infoprint Server uses the class that is specified by your administrator.
OPTIONS='attribute=value ...'
Specifies job attributes and values to use in processing the job. For descriptions of all job attributes, see Job attribute listing. Enter the attribute names in lowercase. Separate attributes with a space.
Using an attributes file: You can store attributes and values in a UNIX file (for example, a zFS file) or in an MVS™ data set. Use the attribute that is called attributes to specify the file or DD name from which attributes are to be read, as in this example:
OPTIONS='attributes=bigjob.att'
OPTIONS='attributes=//DD:MYATTR'

For information about how to create an attributes file, see Creating an attributes file.

OUTCLASS=class
Specifies the 1 character alphanumeric name of the sysout class for informational messages. The name of the data set where informational messages are written is specified by the STDOUT DDname.
Default: Infoprint Server uses the class that is specified by your administrator.
PRINTER=printer_definition_name
Specifies the name of a printer definition that is created by your administrator. The printer definition identifies a printer or an email destination and sets default values for transform options and for some job attributes. The name of the printer definition is case-sensitive. Enter it exactly as your administrator tells you.
Default: Infoprint Server uses the default printer definition that is specified by your administrator.