IMS Database Programming and Oracle Architecture
Tests knowledge of IBM IMS database concepts including DL/I calls, control blocks (DBD, PSB, PCB), command codes, and COBOL-IMS programming, along with Oracle AWR architecture and SQL syntax.
Questions
select col1 from table_a where col1 between 0 and 11 is same as :
- select col1 from table_a where col1 > 0 and col1 <11
- select col1 from table_a where col1 >= 0 and col1 <11
- select col1 from table_a where col1 >= 0 and col1 <= 11
- select col1 from table_a where col1 > 0 and col1 < =11
What are the retrieval sequences in IMS DB?
- Top to Bottom
- Front to Back
- Right to Left
- Left to Right
What is command code 'D'?
- Concatenated key
- path call
- first occurrence
- last occurrence
What is command code 'C'?
- Concatenated key
- path call
- first occurrence
- last occurrence
What is command code 'F'?
- Concatenated key
- path call
- first occurrence
- last occurrence
What is command code 'L'?
- Concatenated key
- path call
- first occurrence
- last occurrence
What is command code 'N'?
- path call
- set parentage
- path call ignore
- last occurrence
What is command code 'P'?
- path call
- path call ignore
- set parentage
- Concatenated key
what are the control blocks in IMS ?
- DBD
- PSD
- PSB
- SSA
What are the different types of SSA's ?
- QUALIFIED SSA
- UNQUALIFIED SSA
- All the above
- None of the above
What are the control blocks of Message Format Service (MFS) ?
- Message Input Data
- Message Output Data
- Data Input Format
- Data Output Format
What are the parameters used in CBLTDLI call?
- Function code
- PCB mask
- Segment I/O Area
- SSA's
What are the the 3 essential fields required for a DL/I call ?
- Function Code
- PCB Mask
- SSA
- I/O Area
What is the limitation on the no. of levels in a DL/I database?
- 10
- 15
- 125
- 255
What is the physical nature of a database called?
- IO-PCD
- DBD
- IO-AREA
- SSA
What is the return code you get after a successful IMS call?
- Zeros
- Spaces
- Both
- None of these
Which is the DL/I function used in CICS-IMS program?
- PCB
- PSB
- ACB
- DBD
which is the first statement in COBOL-IMS programs?
- ENTRY 'CBLDLI' USING ....
- ENTRY 'DLICBL' USING ....
- ENTRY 'DLIPLI' USING ....
- ENTRY 'PLICBL' USING ....
What is the meaning status code GE?
- End of database
- Segment not found
- Parentage not set
- Successful IMS call
Which of the following components of Oracle architecture stores the statistics gathered by the MMON process?
- ADDM
- AWR
- Data dictionary views
- Dynamic performance views