PARM options on the EXEC statement
PRSSELEC provides three print options and two file creation options, which are specified with the PARM parameter in the JCL EXEC statement.
PARM='a,b'
The value a represents the following print file options:
Option | Description |
---|---|
PRTALL | Print all records read from the input IRUF (in hexadecimal format), and flag the selected records (all records if no selection is specified) |
PRTSEL | Print only selected records from the input IRUF (in hexadecimal format) |
NOPRNT | Do not invoke the print function This is the default value. |
The value b represents the following create file options:
Option | Description |
---|---|
NOWRT | Do not create an IRUF extract file of selected records |
WRITE | Create an IRUF extract file of selected records This is the default value. |
At the end of the job, PRSSELEC shows the number of records selected, printed, and written.
Related topic