Tag: mainframe
Questions Related to mainframe
-
The value of A will be added to D only if A is greater than B.
-
The value of B will be added to D only if B is greater than A.
-
The larger of the values, A and B will be added to D.
-
NONE
-
if AGE is greater than or equal to 40.
-
If AGE is greater than or equal to 30.
-
If AGE is greater than or equal to 30 but less than 40.
-
If AGE is less than or equal to 30.
-
it is used for individual data item in working-storage section.
-
It is used for items with rename clause.
-
It is used for a data item which redefines another data item.
-
It is used for a condition name which can have either a true or false.
-
IF A NOT = 1 OR 2 OR 3 MOVE A TO B.
-
IF NOT A = 1 AND 2 AND 3 MOVE A TO B.
-
IF A NOT = 1 AND 2 AND 3 MOVE A TO B.
-
IF A NOT = 1 OR A NOT = 2 OR A NOT = 3 MOVE A TO B.
-
P1
-
P2
-
P3
-
NONE OF THE ABOVE.
-
Subscripting enables us to write a more compact code in the procedure division.
-
Subscripting enables us to refer to any element of a table by the same data name with the facility of identifying the particular element through the values of subscript
-
Subscripting reduces the number of entries to be included in the data division.
-
Subscripting enables us to use loops in the procedure division.
-
The passing of job control information to the Job Entry Subsystem
-
The addressing of input resources
-
The performance of calculations
-
The sending of an email to the person who submitted the job