Set Print Processing Options panel (option 0.1)
The Set Print Processing Options panel is used to set the general printing options for File Manager.
Panel and field definitions
- Output destination
- Specifies where print output is sent, except for batch execution.
- SYSPRINT
- Send print output to the current SYSPRINT allocation.
- Terminal
- Send print output to the TSO terminal.
- Data set
- Output is accumulated in the print data set specified in the Data set name field. This data set can be browsed using the PB command, or sent for printing to the JES spool queue with class specified in the Output class field using the PRINT command while browsing.
- REXX
- Send output to a REXX stem variable. Each line corresponds to a variable named FILEM.nnn. FILEM.0 contains the line count.
When you use the PRINT primary command in Print Browse (option 3.9), or if you specify batch execution in a File Manager panel, then print output is always sent to a SYSOUT class.
- Record length
- Specifies the line length of print output.
- 80
- The line length of print output is 80 characters, suitable for a terminal.
- 132
- The line length of print output is 132 characters, suitable for a printer.
Note: Record length is not applicable when:- The data is printed in TABL format, or
- You specify the wide format for the compare output listing
- Data set DISP
- Specifies the disposition of a print data set.
- OLD
- The print data set is cleared before each print operation, and print output is written from the beginning of the data set.
- MOD
- Default setting. Print output is appended to the existing print data set.
- Dump format
- Specifies the format of hexadecimal print output (for example,
when you use Tape Print with Print format set to HEX). For
an example of each format, see Selecting a display format.
- Updown
- The two digits making up the hexadecimal representation of each EBCDIC character are displayed vertically directly under that character.
- Across
- The hexadecimal digits are displayed as 2 groups of 4 full words resulting in 32 hexadecimal digits followed by the EBCDIC character display to the right of the hexadecimal display.
- Page skip
- If selected, print output from each function begins on a new page.
- Wide print
- Applies to new print output data sets (online) or for SYSPRINT allocation (in batch).
If this setting is selected, File Manager uses the maximum record length/blocksize of 32756/32760 and record format of VBA. If this setting is not selected, File Manager uses the record length/blocksize of 133/137 and record format of VBA.
Note: This setting only applies when the output data set is newly allocated during execution. It is ignored for pre-allocated print output data sets. - Translate non-printable chars
- Specifies how File Manager should translate non-printable
characters.
If selected, non-printable characters are translated to blanks using a translate table.
If not selected, no translation is performed. Use PRTTRANS=OFF to support special print chains. This may make printing faster.
For instructions on altering the print translate table, see the File Manager for z/OS Customization Guide.
- Uppercase message text
- All message text is translated to uppercase.
- Data prefix
- If selected, when data is printed in CHAR print format, record
number and length are included in character-format print output.
If not selected, you can specify DATAHDR=NO to left-justify the data in the print output, without header information.
- Header page
- If selected, a header page (a title page with File Manager on
it) is included in the print output.
If you specified the Output destination as 2 (Terminal), then the header page is not included in the print output, even if you have selected this option.
- Data set name
- If you specified the Output destination as 3 (Data
set), then after you enter the PRINT command while executing the Print
Browse (PB) function, File Manager sends print output to this temporary
data set.
The default is userid.FMN.LIST, unless changed in your File Manager installation.
- Output class
- The class of the JES spool queue to be used when the PRINT command is issued while browsing the temporary print data set.
- Lines per page
- Specifies the number of lines printed on each page of print output. You can specify a value from 1 to 999. The default is 60.
- Record limits
- When data is printed in CHAR or LHEX print format, limits print
output for each record (or OAM object).
- (1,*)
- The entire record (or block) is printed.
- (n,m)
- Print output is limited to the data from columns (bytes) n through m. An asterisk (*) specified for m indicates the end of the record.
Parent panels
Child panels
- None.
Equivalent functions
Related tasks and examples
- Printing from File Manager
- Printing