Extracted text: A PLI program uses the EDIT form of input. The declare statement of the program is as follows: DCL (A,B,C,D,E,F) FIXED(5,2): G CHAR(15)VAR, H CHAR(4) ; A data card used by the program has the following information punched on it (Note: The symbol b denotes a blank space). Įcol.8 AB-123 • 456123 • 459123 • 456bb123456 18 • Įcol.34 345912345B2G-6CARS Show what will be stored in the memory locations corresponding to A, B, C, D, E, F, G and H when the following statement is executed: GET EDIT(A, B, C, D, E, F, G, H) [COL(10), F(7, 2), F(7, 2). X(2), F(4, 1), COL(34), F(5, 2), X(1), F(6, 3), F(1, 1), X(5). A(3), X(1), A(4)]: