Use the Print utility function to print
data of any supported resource.
This page details the mapping of fields to batch parameters and any
miscellaneous notes. For the full description of each parameter, refer
to the IBM
File Manager Users Guide and Reference.
Basic Settings
The System field allows the system which the function
will be executed on to be changed.
Parameter mappings:
- Resource - DSNIN. You may specify a single
(optionally wildcarded) member here.
- Volume - VOLSERIN
- Template - TCIN
- Field offsets - OFFSETIN
-
Format - FORMAT
- Character - CHAR
- Hexadecimal - HEX
- Single record - SNGL
- Tabular - TABL
-
Format Options
- Show field reference number - REF
- Show picture clause - PIC
- Show structure - SLOC
- Show field type and length values - TYPE
- Show redefined fields - RDF
- Show start location - STR
- Left justify numeric fields - JUST
- Print record length - RLEN
Back to top
Resource Settings
Member specification parameter mappings:
- Members - MEMLIST (if member renaming by list is
used or multiple members are specified) or MEMBER (if a single generic
mask was used)
- Name: from & to - If both from and to are
specified, MEMSTART and MEMEND will be used respectively. If from is
specified and to is left empty, the from value will be used as the
value to the MEMBER parameter. Specify * in the from or to field to
select all previous or all next entries (respectively).
- Created: from & to - CRESTART and/or CREEND
- Changed: from & to - CHGSTART and/or CHGEND
- User ID: from & to - If both from and to are
specified, UIDSTART and UIDEND will be used respectively. If from is
specified and to is left empty, the from value will be used as the
value to the USERID parameter. Specify * in the from or to field to
select all previous or all next entries (respectively).
Record selection parameter mappings:
- Start record - POSITION
- Number of records - NLRECS
- Sample skip - SMPLSKIP
- Sample include - SMPLINCL
- VSAM key - KEY (this option will be unavailable for non-VSAM Resource)
- Binary record length - BINRECIN
Miscellaneous Settings parameter mappings:
- Ignore record length mismatches - IGNLEN
- IO Exit - IOXIN
-
Process by
- Logical records - Default (equivalent to CIACCESS = NO BLKACCESS = NO)
- Control intervals - CIACCESS = YES
- Blocks - BLKACCESS = YES
-
ISPF Packing - PACK
- Unpack ISPF packed members before printing - PACK = UNPACK
- Ignore ISPF packing and print anyway - PACK = NONE
- Skip ISPF packed members - PACK = SKIP
Back to top