Figure 169 shows how to specify the FRCDTA keyword.
Figure 169. Specifying the FRCDTA Keyword
|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
00010A* Following record format displays in progress message
00020A R INPROG LOCK
00030A FRCDTA
00040A 12 21'Please wait; +
00050A operations in progress'
A
00060A* Following record format uses upper part of screen
00070A R RCD1 OVERLAY
00080A 1 34'Sample Title'
00090A FLD1 8 0 3 2
00100A FLD2 20 4 2
A
00110A* Following record format uses middle part of screen
00120A R RCD2 OVERLAY
00120A FLDA 8 11 2
00140A FLDB 18 12 2
A
00150A* Following record format uses lower part of screen
00160A R RCD3 OVERLAY
00170A FLDC 8 B 15 2
00180A FLDD 8 B 16 2
A
Three record formats (RCD1, RCD2, and RCD3) are used to create a single display; each of these record formats uses only a part of the display. Record format INPROG prepares the work station user for the delay while the other three record formats are prepared. The program does the following:
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.