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

Parameter mappings:
- Resource - DSNIN. A single member, optionally containing wild cards, may be specified 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
- Show field CCSIDs - CCSID
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).
- Exclude Members: If exclude members is used, then excluded member defined by pattern or mentioned specifically will get removed from member list
- 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