Tag: mainframe
Questions Related to mainframe
-
16777215
-
16777200
-
1677250
-
16772150
-
A READ statement is missing in the MAINLINE section after the PERFORM.
-
MAINLINE must not contain any statements other than the PERFORM statement.
-
S-EOF-CHECK is not properly initialized prior to the PERFORM statement
-
The line "SET S-END-OF-FILE TO TRUE" is not a valid statement.
-
In working storage, an 88 level must be defined for values of S-EOF-CHECK other than 'N' and 'Y'.
-
There should not be a hyphen between PROGRAM and ID.
-
Line 0100 should be DIVISION-ID.
-
The compiler shortened the program name to "AM822P11".
-
Line 0200 should be PROGRAM IDENTIFICATION. AM822P115.
-
The program name must not contain numbers.
-
01 PRICE-TABLE. 05 PRICE-GROUP OCCURS 1 TO 100 TIMES ASCENDING KEY IS ITEM-CODE. 10 ITEM-CODE PIC X(7). 10 ITEM-PRICE PIC 99V99.
-
01 PRICE-TABLE. 05 PRICE-GROUP OCCURS UP TO 100 TIMES DEPENDING ON WS-ITEM-COUNT ASCENDING KEY IS ITEM-CODE. 10 ITEM-CODE PIC X(7). 10 ITEM-PRICE PIC 99V99.
-
01 PRICE-TABLE. 05 PRICE-GROUP OCCURS 1 TO 100 TIMES DEPENDING ON WS-ITEM-COUNT ASCENDING KEY IS ITEM-CODE. 10 ITEM-CODE PIC X(7). 10 ITEM-PRICE PIC 99V99.
-
01 PRICE-TABLE. 05 PRICE-GROUP OCCURS UP TO 100 TIMES DEPENDING ON WS-ITEM-COUNT AND KEY ITEM-CODE. 10 ITEM-CODE PIC X(7). 10 ITEM-PRICE PIC 99V99.
-
bb*bbbb*bb0*
-
AB*CDEF*bb0*
-
ABbCDEFb000b
-
bb*bbbb*000*
-
10 for sequential, 120 for VSAM
-
16 for sequential, 123 for VSAM
-
10 for sequential, 10 for VSAM
-
16 for sequential, 16 for VSAM
-
Use Unallocate
-
Use RLSE parameter in SPACE
-
both of the above
-
none of the above
-
The job can execute for 1440 CPU secs
-
The job can execute for 1440 CPU minutes
-
No CPU time limit to be applied
-
None of the above