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...


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

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)]:

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here