nX |
Use the nX entry to specify a number n of spaces. The n value may be any number from 1 to 4095 inclusive. The X entry represents a space and must be coded to the immediate right of the number specified for n. If more than 4095 spaces are desired, two or more nX values should be specified. |
nX'hhhh...hh' | Use the nX'hhhh...hh' entry to specify that n copies of hex digits or hex digit strings should be inserted in the output record. (Each hh pair is 1 byte of output.) The repetition factor n may be any number from 1 to 4095 inclusive. |
nC'literal string' | Use the nC'literal string' entry to specify that n copies of literal strings should be inserted in the output record. The repetition factor n may be any number between 1 and 4095 inclusive. An apostrophe within a literal string must be specified with a double apostrophe (e.g., C'O''LEARY'). |
nZ | Use the nZ entry to define a specified number n of binary zeros that will be inserted in the output record. The repetition factor n may be any number between 1 and 4095 inclusive. The Z entry must be coded to the immediate right of n. |
Spaces (X), hexadecimal digits (X'hhhh...hh'), literal strings (C'literal
string'), and binary zeros (Z) can also be specified in the FIELDS parameter. Each of
these entries can be preceded by an 'n' value which indicates that a specified number of
spaces, hex digits, literal strings, or binary zeros should be inserted in the output
record. Additionally, you can insert the date and time, or the date with an offset, of
your MFX run into your records.