Use the Add Field window to add field specifications to target tables that are used in load processing. Use the Change Field window to modify field specifications of tables defined as target tables in load processing.
To add or change a field specification:
WHEN DEPTNO = 'D11'
is the condition you want to use, DEPTNO is the field name you should type.
WHEN (33:34) = X'FFFF'
Start and end column numbers are the column numbers in the assembled load record. The two numbers tell the starting and ending columns of a selection field in the load record. If you do not specify an ending column position, the field is assumed to have the same length as the constant.
For either the field criterion or the column position criterion, you can use a hexadecimal string, a character string, or a graphic string. Select one of the radio buttons for the string type and then define the constant. For example, if you selected a graphic string, you might type the constant as
G'<**>'where "<" is the shift-out character, "*" is the double-byte character, and ">" is the shift-in character. If you chose a hexadecimal string, your constant might look like
X'FFFF'