This page details the mapping of fields to batch parameters and
miscellaneous notes. For the full description of each parameter, refer
to the IBM
File Manager Users Guide and Reference.
Data Creation Settings
The System field allows the system which the function
will be executed on to be changed.
Parameter mappings:
- Resource - DSNOUT. You may specify a single member
here.
- Volume - VOLSEROUT
- Template - TCOUT
- Record length - RECSIZE
- Binary record length - BINRECOUT
- Number of records - NLRECS
- Write data in ISPF packed format - PACK
- User IO Exit - USEIOXOUT (when checked) and
(optionally when IO exit specified in field) IOXOUT
- Disposition Mod & Reuse - DISP=MOD and DISP=REUSE
respectively
Back to top
Data Creation Advanced Settings
Parameter mappings:
- Fill character alphanumeric characters - FILLCHAR=AN
- Fill character consecutive binary characters -
FILLCHAR=BIN
- Fill character random binary characters -
FILLCHAR=RAND
- Fill character specific character - FILLCHAR, with
the specified character as the literal value used (you may specify a
character in the form of C'z' or X'0F' for a case sensitive or binary
character)
- Fill character specific binary character - FILLCHAR,
with the field's value enclosed in X'' (i.e. if A0 was entered, X'A0'
would be used as FILLCHAR)
- Sequence Field Position - KEYLOC
- Sequence Field Increment - INCR
- Sequence Field Length - KEYLEN
Back to top