Figure 200 shows how to specify the MDTOFF keyword.
Figure 200. Specifying the MDTOFF Keyword
|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
00010A R RECORD1 OVERLAY MDTOFF
00020A FLD1 6 B 2 2
00030A FLD2 6 B 3 2
00040A*
00050A R RECORD2 OVERLAY MDTOFF(*UNPR)
00060A FLD21 6 B 4 2
00070A FLD22 6 B 5 2
00080A*
00090A R RECORD3 OVERLAY MDTOFF(*ALL)
00100A FLD31 6 B 6 2
00110A FLD32 6 B 7 2
00120A FLD33 6 B 8 2DSPATR(PR)
A
RECORD1 and RECORD2 have equivalent MDTOFF keyword specifications. When RECORD1 or RECORD2 is displayed, the MDT of each input-capable field already on the display is set off, unless the field has the DSPATR(PR) keyword in effect (FLD33, when displayed, is such a field). When RECORD3 is displayed, the MDTs of each input-capable field already on the display is set off even if the DSPATR(PR) keyword is in effect for the field.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.