mainframe Online Quiz - 69
Description: mainframe Online Quiz - 69 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Level for Group or elementary items is
What are the different data types available in COBOL?
What are all the figurative constants available in COBOL?
Mutually Exclusive PIC Clauses
Can JUSTIFIED be used for all the data types?
PERFORM & GOTO are
what is my name?
Indexes defined for an array cannot be displayed in a COBOL program
For VSAM files, the LABEL RECORDS clause has no effect on the execution of the program.
CONFIGURATION SECTION in COBOL must be present.
The result of SEARCH ALL is predictable only when the table is defined with ASCENDING or DESCENDING KEY and the key should uniquely identify an occurrence of the table entry.
For successful execution of REWRITE stmt, the direct access file must be opened in ____ mode. (Fill in the blank with the right answer from the options)
Is the following Evaluate clause with no WHEN phrase coded syntactically valid?? (True-YES/False-No) EVALUATE A ALSO B END-EVALUATE.
Which all among the following are the Special Registers?
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?
The SYNCHRONIZED LEFT / RIGHT clause which specifies alignment of elementary data item on storage boundary can be specified for data items defined with USAGE IS INDEX.
ASCENDING/DESCENDING KEY data item cannot be floating point items.
For successful execution of REWRITE stmt, the direct access file must be opened in _____ mode.
EJECT is used for creating a new page in the compiler listing.
BLANK WHEN ZERO must not be specified for 66 or 88 level variables or signed fields.