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.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

select col1 from table_a where col1 between 0 and 11 is same as :

  1. select col1 from table_a where col1 > 0 and col1 <11
  2. select col1 from table_a where col1 >= 0 and col1 <11
  3. select col1 from table_a where col1 >= 0 and col1 <= 11
  4. select col1 from table_a where col1 > 0 and col1 < =11
Question 2 Multiple Choice (Multiple Answers)

What are the retrieval sequences in IMS DB?

  1. Top to Bottom
  2. Front to Back
  3. Right to Left
  4. Left to Right
Question 3 Multiple Choice (Single Answer)

What is command code 'D'?

  1. Concatenated key
  2. path call
  3. first occurrence
  4. last occurrence
Question 4 Multiple Choice (Single Answer)

What is command code 'C'?

  1. Concatenated key
  2. path call
  3. first occurrence
  4. last occurrence
Question 5 Multiple Choice (Single Answer)

What is command code 'F'?

  1. Concatenated key
  2. path call
  3. first occurrence
  4. last occurrence
Question 6 Multiple Choice (Single Answer)

What is command code 'L'?

  1. Concatenated key
  2. path call
  3. first occurrence
  4. last occurrence
Question 7 Multiple Choice (Single Answer)

What is command code 'N'?

  1. path call
  2. set parentage
  3. path call ignore
  4. last occurrence
Question 8 Multiple Choice (Single Answer)

What is command code 'P'?

  1. path call
  2. path call ignore
  3. set parentage
  4. Concatenated key
Question 9 Multiple Choice (Multiple Answers)

what are the control blocks in IMS ?

  1. DBD
  2. PSD
  3. PSB
  4. SSA
Question 10 Multiple Choice (Single Answer)

What are the different types of SSA's ?

  1. QUALIFIED SSA
  2. UNQUALIFIED SSA
  3. All the above
  4. None of the above
Question 11 Multiple Choice (Multiple Answers)

What are the control blocks of Message Format Service (MFS) ?

  1. Message Input Data
  2. Message Output Data
  3. Data Input Format
  4. Data Output Format
Question 12 Multiple Choice (Multiple Answers)

What are the parameters used in CBLTDLI call?

  1. Function code
  2. PCB mask
  3. Segment I/O Area
  4. SSA's
Question 13 Multiple Choice (Multiple Answers)

What are the the 3 essential fields required for a DL/I call ?

  1. Function Code
  2. PCB Mask
  3. SSA
  4. I/O Area
Question 14 Multiple Choice (Single Answer)

What is the limitation on the no. of levels in a DL/I database?

  1. 10
  2. 15
  3. 125
  4. 255
Question 15 Multiple Choice (Single Answer)

What is the physical nature of a database called?

  1. IO-PCD
  2. DBD
  3. IO-AREA
  4. SSA
Question 16 Multiple Choice (Single Answer)

What is the return code you get after a successful IMS call?

  1. Zeros
  2. Spaces
  3. Both
  4. None of these
Question 17 Multiple Choice (Single Answer)

Which is the DL/I function used in CICS-IMS program?

  1. PCB
  2. PSB
  3. ACB
  4. DBD
Question 18 Multiple Choice (Single Answer)

which is the first statement in COBOL-IMS programs?

  1. ENTRY 'CBLDLI' USING ....
  2. ENTRY 'DLICBL' USING ....
  3. ENTRY 'DLIPLI' USING ....
  4. ENTRY 'PLICBL' USING ....
Question 19 Multiple Choice (Single Answer)

What is the meaning status code GE?

  1. End of database
  2. Segment not found
  3. Parentage not set
  4. Successful IMS call
Question 20 Multiple Choice (Single Answer)

Which of the following components of Oracle architecture stores the statistics gathered by the MMON process?

  1. ADDM
  2. AWR
  3. Data dictionary views
  4. Dynamic performance views