mainframe Online Quiz - 91
Description: mainframe Online Quiz - 91 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Data in IDENTIFICATION-TABLE IDENT-ID IDENT-NAME IDENT-AGE ----------------------------- 1234 AAAA 23 1234 ABCD 22 2345 ACDB 13 3456 ADSB 25 4567 DADS 15 5678 EDSC 20 FIND IDENTIFICATION-TABLE WITH IDENT-ID EQ '1234' DISPLAY IDENT-ID IDENT-NAME IDENT-AGE LOOP How many records will be displayed?
Data in IDENTIFICATION-TABLE IDENT-ID IDENT-NAME IDENT-AGE ----------------------------- 1234 AAAA 23 1234 ABCD 22 2345 ACDB 13 3456 ADSB 25 4567 DADS 15 5678 EDSC 20 FIND IDENTIFICATION-TABLE WITH SUPER-ID-NAME-AGE EQ '1234' DISPLAY IDENT-ID IDENT-NAME IDENT-AGE LOOP How many records will be displayed?
If a find statement returns with multiple records for a given descriptor value, in which order the records will be displayed in the output?
Indicate which of the following statements describe Bachman diagram
What are the types of VSAM files that COBOL can handle?
The file access methods in COBOL are: INPUT and OUTPUT only.
RECORDING MODE FOR QSAM files can be:
Which COBOL division(s) is(are) mandatory in a COBOL program?
Internal storage used to store S9(n) COMP-3 variable is ____ bytes.
Indexes can be used as subscripts while subscripts cannot be used as indexes.
The collating sequence can be controlled in VALUE...THRU clause either in ascending or descending order.
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.
JUSTIFIED clause cannot be used for data items defined with USAGE IS POINTER.
EJECT is used for creating a new page in the compiler listing.
For successful execution of REWRITE stmt, the direct access file must be opened in _____ mode.
ASCENDING/DESCENDING KEY data item cannot be floating point items.
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.
The maximum size of a Tablespace can be
Which one is not a pre-compile parameter