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?
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 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 ?
What are the three verbs used in Report Writing ?
SELECT CORRECT OPTION.