mainframe Online Quiz - 18
Description: mainframe Online Quiz - 18 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Which of the following represents correct ADABAS data storage?
Which of the following is not a database access command in ADABAS?
Which type of data storage is preferable for storing 'M' in #VAR (an alphanumeric 1 field) ?
ILB (Inclusive Length Byte) is a feature of
How much space ADABAS will need For storing ‘ ‘ in alphanumeric 20 field?
Which one is an unique feature of ADABAS?
ADABAS provides following types of database access?
Which of the following READ command uses descriptor?
What are different types of descriptors that can be used in ADABAS?
what will be the output when i)pic 9(6) value 000178 is moved to pic 9(3)V9(3). ii)pic 9(3)V9(3) value 123.456 is moved to pic 9(6).
Code Snippet: 77 WS-VALUE PIC X(04) VALUE 'ABCD'. 77 WS-OUT-MSG PIC X(05) VALUE SPACES. 77 WS-OUT-LEN PIC S9(4) COMP SYNC VALUE 1. STRING WS-VALUE DELIMITED BY SIZE INTO WS-OUT-MSG WITH POINTER WS-OUT-LEN. What will be the value of WS-VALUE, WS-OUT-MSG & WS-OUT-LEN ?
Pick the wrong syntax:
What is the order of divisions in Cobol?
A Table can have how many dimensions?
Code Snippet: 01 Data Pic 99. 88 val1 values are 10 thru 19. Set val1 to true. What is the value of Data ?
What are the three verbs used in Report Writing ?
Which one of the following is true about merge verb?
IMS WAS DEVELOPED IN?
SMALLEST INFORMATION THAT DL/I CAN FETCH, HANDLE?
SELECT CORRECT OPTION.