Tag: mainframe
Questions Related to mainframe
-
File is opened for input and an attempt is made To write to it (or Logic error).
-
Mismatch in LRECL or BLOCKSIZE or RECFM between your COBOL pgn and the JCL ( or the dataset label).
-
Attempted to open a file that is already open.
-
File not found.
-
Condition 1 And Condition 2
-
Condition 2 And Condition 1
-
None of the above
-
Does not depend on the order.
-
In the least significant bit. Bit is ON if -ve, OFF if +ve.
-
In the most significant bit. Bit is ON if -ve, OFF if +ve.
-
In the least significant bit. Bit is ON if +ve, OFF if -ve.
-
In the most significant bit. Bit is ON if +ve, OFF if -ve.
-
An un-initialized numeric item.
-
Data exception(data items have invalid data).
-
None of the above
-
Both 1 and 2 are correct
-
Scope terminator is used to mark the end of a verb
-
Scope terminator is used to mark the end of a statement
-
Both 1 and 2
-
None of the above
-
Identification Division. Program-ID. Program-name.
-
Identification Division. Program-ID. Program-name. Environment Division.
-
Identification Division. Program-ID. Program-name. Environment Division. Data Division.
-
Identification Division. Program-ID. Program-name. Environment Division. Data Division. Procedure Division.