databases Online Quiz - 5
Description: databases Online Quiz - 5 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
What of the following is not a sequential processing?
Which is not a IMS mode of processing
What segment processing occurs when you issue a DLET?
What is the first required call before a replace?
GHU SUPPLIER*D(SUPPLRNO=10) PARTSIZE*DN What does IMS do if you use the D and N command codes together as illustrated in the sample code above?
What command code causes more than one segment to be brought into the I/O area with a single call?
What rule must you meet in order to fully qualify the GU call?
What must be completed before a GNP is issued with the database?
Which one of the following is a DL/I CALL that retrieves a unique occurrence?
Which of the following is not passed as parameter to the IMS cobol program from JCL
Which of the following are not mentioned in DBD
Which procopt is used to read from a segment
01 UNQUALIFIED-SSA.
05 UNIQUE-SSA-SEGMENT-NAME PIC(8).
05 FILLER1 PIC X VALUE '*-'.
What does "–" in filler1 specify?
WS area contains definition of all except
IMS uses what kind of database management
Segment is the smallest info that DLI can fetch
Command code for path call
Command code used to set parentage
Which of the following is invalid call.
CALL 'CBLTDLI' USING ?? i-o area pcb mask SSA Referring to the code above, what is the first parameter coded on the DL/I CALL?