b. Template of allowable data types
• Use "T" option in parameter #3. Create a
template of allowable data types by placing
character indicators in each character position.
• The number of characters in the string must
match the length of the field, enclosed in
quotation marks.
• Indicators of allowable data types are
* Any printable character.
# Any digit [0..9].
@ Any letter [A..Z,a..z].
_ Reserved position for a fixed or copied
character.
Example
R,3,T,"***#_ _ _ _"
This example allows any printable character
in positions 1, 2, and 3, digits in position 4, and
reserves positions 5 through 8 for fixed or
copied data.
Online Information
11. Online Information
11-23