FRMT control statement
This optional control statement specifies the output format of the unloaded database. Use this statement only when specifying a format other than *HD.
0........1.........2.........3.........4.........5.........6.........7.........8
12345678901234567890123456789012345678901234567890123456789012345678901234567890
FRMT frmt
- Position
- Description
- 1
- Code the FRMT keyword to identify the format control statement.
- 6
- Code the output format name, which can be either of the following
names:
- The name of one of the standard formats provided by the utility: *HD, *CS, *CP, *F1, *F2, or *F3. The default is the *HD unload format, for which you do not need this statement.
- The load module name of a user record-formatting routine (see User record-formatting routine).
Restrictions:
- If you specify a control statement such as MIGRATE or FALLBACK, you cannot specify any format other than *HD.
- If *CS is specified and one or more partitions of PHDAM are in the HALDB OLR cursor-active status, FABHURG1 ends abnormally.