mainframe Online Quiz - 68
Description: mainframe Online Quiz - 68 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Computational fields defined with COMP picture clause cannot be reference modified.
RECORDING MODE FOR QSAM files can be:
Which COBOL division(s) is(are) mandatory in a COBOL program?
Which COBOL division(s) is(are) mandatory in a COBOL program?
RECORDING MODE FOR QSAM files can be:
Computational fields defined with COMP picture clause cannot be reference modified.
BLANK WHEN ZERO must not be specified for 66 or 88 level variables or signed fields.
EJECT is used for creating a new page in the compiler listing.
Consider the following piece of code: IF NOT INPUT-EOF IF INPUT-REC-TYPE = '55' PERFORM 2100-PROCESS-WTN ELSE NEXT SENTENCE END-IF ADD +1 TO INPUT-COUNT. PERFORM TEST-1 If the value INPUT-REC-TYPE = '00' then what will happen to the value of INPUT-COUNT?
For VSAM files, the LABEL RECORDS clause has no effect on the execution of the program.
Is the following Evaluate clause with no WHEN phrase coded syntactically valid?? (True-YES/False-No) EVALUATE A ALSO B END-EVALUATE.