Print Data File panel
The following figure is displayed when you select option 1 from the Print Selection Menu. The contents of a data file can be printed in one of four modes: formatted (using a record layout), vertical formatted (using a record layout), character, or hexadecimal.
COMMAND ===>
Specify Print Information:
Print format ===> C (F = Fmt;V = Vfmt;C = Char;H = Hex)
Show ===> N (Format; Number; Offset; or Picture)
Trunc ===> N (Y = Trunc=YES; N = Trunc=NO; VFMT ONLY)
GDG Order ===> (F = FIFO; L = LIFO; or U = USECATLG)
Specify Print Dataset or zFS Path Information:
Dataset or path ===> FASAMP.EMPLOYEE
Member name ===> (Blank or pattern for member list)
Volume serial ===>
I/O exit name ===>
Specify Record Layout and XREF Information:
Record layout usage ===> N (S = Single; X = XREF; N = None)
Record layout dataset ===> FASAMP.LAYOUTS
Member name ===> (Blank or pattern for member list)
XREF dataset name ===> FASAMP.XREF
Member name ===> (Blank or pattern for member list)
Specify Selection Criteria Information: (E = Existing; T = Temporary;
Selection criteria usage ===> N M = Modify; Q = Quick; N = None)
Selection dataset name ===>
Member name ===> (Blank or pattern for member list)
Field Descriptions
| Field | Description |
| Specify Print Information: | |
Print format | Specify the print format of the report.
If you specify formatted (F), you must specify an S or an X in the Record layout usage field. If you specify vertical formatted (V), you must specify an S in the Record layout usage field. |
Show | If you entered an F (Formatted) or V (Vertical Formatted) in the Print format field, enter one of the following:
|
TRUNC | This option only applies if print format is set to vertical formatted.
|
| GDG Order | This option only applies if the input data set is a GDG Base data set. By default, GDG ORDER will be blank (same as USECATLG). However, the user may overwrite this by specifying either FIFO or LIFO.
|
| Specify Print Dataset or zFS Path Information: | |
| Dataset or path | Specify the dataset or path name. Use the naming conventions described in Specifying a data set name and Specifying a zFS Pathname. You can enter a pattern dataset or path name in this field to display a list of data sets from which you can make a selection. A pattern dataset name or mask consists of explicit characters or a combination of explicit and pattern characters. See Pattern data set names for a complete description. Enter the FILELIST primary command or blank out the Dataset name field to display the Last Referenced File List. For more information, see Last Referenced File List. |
Member name | Specify the member name. You can leave this field blank or enter a pattern member name to display a list of members from which you can make a selection. A pattern member name or mask consists of explicit characters or a combination of explicit and pattern characters. See Pattern Member Names for a complete description. Pattern names cannot be entered in both the Dataset name and Member name fields at the same time. |
| Volume serial | If the data set is not cataloged, enter the volume serial number of the disk or tape that contains it. |
I/O exit name (optional) | If the I/O exit option has been installed, this input area is provided. For more information, see Installing or your system programmer. I/O exit install options are:
|
| Specify Record Layout and XREF Information: You must complete the Record Layout and XREF Information fields only if you specified an F (Formatted) in the Print Format field. | |
Record layout usage | Specify one of the following values:
|
Record layout dataset | Specify the name of a data set that contains the Assembler, COBOL or PL/I record layout. This file is required when the Record layout usage field is S (single) or X (XREF). You can enter a pattern dataset name in this field to display a list of data sets from which you can make a selection. A pattern dataset name or mask consists of explicit characters or a combination of explicit and pattern characters. See Pattern data set names for a complete description. |
Member name | Specify the member name. You can leave this field blank or enter a pattern member name to display a list of members from which you can make a selection. A pattern member name or mask consists of explicit characters or a combination of explicit and pattern characters. See Pattern Member Names for a complete description. Pattern names cannot be entered in both the Dataset name and Member name fields at the same time. |
XREF dataset name | Specify the name of a data set that contains the record layout cross reference (XREF) members to use with multiple record type data sets. See Record Layout XREF Data set. |
Member name | Specify the member name. You can leave this field blank or enter a pattern member name to display a list of members from which you can make a selection. A pattern member name or mask consists of explicit characters or a combination of explicit and pattern characters. See Pattern Member Names for a complete description. Pattern names cannot be entered in both the Dataset name and Member name fields at the same time. |
Specify Selection Criteria Information: Refer to Selection Criteria (6) for a complete description of selection criteria. | |
Selection criteria usage | Specify one of the following valid entries:
|
Selection dataset name | Specify the name of the data set containing existing selection criteria for options E and M. You can enter a pattern dataset name in this field to display a list of data sets from which you can make a selection. A pattern dataset name or mask consists of explicit characters or a combination of explicit and pattern characters. See Pattern data set names for a complete description. |
Member name | Specify the member name. You can leave this field blank or enter a pattern member name to display a list of members from which you can make a selection. A pattern member name or mask consists of explicit characters or a combination of explicit and pattern characters. See Pattern Member Names for a complete description. Pattern names cannot be entered in both the Dataset name and Member name fields at the same time. |
After you complete the information on the screen, press Enter.
- If you specified an M or a T in the Selection criteria usage field, File-AID displays the Selection Criteria Menu screen (described in Selection Criteria Menu). After you modify existing selection criteria or create temporary selection criteria, the PRINT - JCL Specification screen is displayed, where you can enter JCL information for batch processing.
- If a Q was specified in the Selection criteria usage field, File-AID displays the Unformatted Selection Criteria screen before displaying the PRINT - JCL Specification screen.
- Otherwise when Selection criteria usage is E or N, File-AID immediately displays the PRINT - JCL Specification screen.
Specifying a Concatenation List
To specify a concatenation list to be used in place of the Record Layout dataset, enter a plus sign followed by the member name (+membername) of the member containing the list. Enter this in the Record layout dataset field instead of the Record Layout dataset name. For example, if the member RLPROD contains the list to be used, enter +RLPROD instead of a Record Layout Dataset name. You specified the name of the concatenation list data set in Option 0.1, File-AID system parameters (see Concatenation List DSN). The concatenation list data set contains members known as concatenation lists. Each such list contains names of record layout datasets, each of which in turn contains record layout mebers.
The concatenation list is used in place of the single Record Layout dataset name. If the concatenated libraries contain duplicate member names, File-AID will always select the first occurrence of the member name
This section provides information about the following topics: