Mainframe Computing: CICS, VSAM, and COBOL

Test your knowledge of mainframe computing including CICS/BMS maps, VSAM file structures, and COBOL programming.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Suppose TOTAL-OUT has a PIC of X(5) and we code move '0' to TOTAL-OUT. What would be the content of TOTAL-OUT be at the end of the move?

  1. 0bbbb
  2. 00000
  3. bbbb0
  4. 00b00
Question 2 Multiple Choice (Single Answer)

DIVIDE 130 BY 40 GIVING WS-TOTAL WS-TOTAL has a picture of 999. After the operation is performed, value placed in WS-TOTAL?

  1. 004
  2. 030
  3. 3
  4. 003
Question 3 True/False

WRITE PRINT-REC AFTER ADVANCING TWO LINES. The above statment is right unless TWO has been defined as field with value of 2.

  1. True
  2. False
Question 4 Multiple Choice (Single Answer)

How old is COBOL?

  1. 40
  2. 45
  3. 50
  4. 55
Question 5 Multiple Choice (Single Answer)

How many American know full form of COBOL?

  1. Less than 5%
  2. Less Than 25%
  3. 40%
  4. More than 50%
Question 6 Multiple Choice (Single Answer)

How many lines of COBOL code is in operation around the world?

  1. About 10 billion LOC
  2. About 50 billion LOC
  3. About 200 billion LOC
  4. About 500 billion LOC
Question 7 Multiple Choice (Single Answer)

What is a Root?

  1. Top of the Hierarchy
  2. Bottom of the Hierarchy
  3. Both
  4. None of the above
Question 8 True/False

Control Interval is a unit of data that is transferred between auxilliary storage and virtual storage when an I/O request is made.

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

What is the maximum size of the Control Interval?

  1. 8k
  2. 16k
  3. 32k
  4. 64k
Question 10 Multiple Choice (Single Answer)

How many Alternate Indexes you can have on a dataset?

  1. 122
  2. 255
  3. 512
  4. 1024
Question 11 Multiple Choice (Single Answer)

How many data buffers are allocated to VSAM ESDS?

  1. 1
  2. 2
  3. 3
  4. 4
Question 12 Multiple Choice (Single Answer)

CIDF means

  1. control interval descriptor field
  2. control interval data field
  3. control interval defined field
  4. none of these
Question 13 Multiple Choice (Single Answer)

What is CICS ?

  1. Customer Interaction Control System
  2. Consumer Information Control System
  3. Consumer Interaction Control System
  4. Customer Information Control System
Question 14 Multiple Choice (Single Answer)

Can you access QSAM (seq) files from CICS?

  1. Yes
  2. Using AIX we can access in CICS
  3. Using Keys we can access QSAM in CICS
  4. No
Question 15 Multiple Choice (Single Answer)

What is the difference between physical map and symbolic map?

  1. The physical map is the load module and the symbolic map is the data structure
  2. The physical map is the data structure and the symbolic map is the load module
  3. Physical map is mapped with addresses and the symbolic map is the logical one.
  4. There is no difference
Question 16 Multiple Choice (Single Answer)

are the two outputs created as a result of generation of a map?

  1. The load module and DBRMLIB
  2. The map load and DBRMLIB
  3. The map copybook and the load module
  4. The MAPLIB and loadlib
Question 17 Multiple Choice (Single Answer)

What is CICS ?

  1. Customer Interaction Control System
  2. Consumer Information Control System
  3. Customer Information Control System
  4. Consumer Interaction Control System
Question 18 Multiple Choice (Single Answer)

What is CICS?

  1. Customer Interaction Control System
  2. Consumer Information Control System
  3. Customer Information Control System
  4. Consumer Interaction Control System
Question 19 Multiple Choice (Single Answer)

How do you use extended attributes?

  1. Define EXTATT=YES and the correct terminal type.
  2. Define EXTDATT=YES and the correct terminal type.
  3. Define EXTATRB=YES and the correct terminal type
  4. Define XTDATRB=YES and the correct terminal type.
Question 20 Multiple Choice (Single Answer)

What are the 3 working storage fields used for every field on the map?

  1. Length, attribute and input field
  2. Length, no.of fields and output field
  3. Length, attribute and input/output field
  4. Length, attribute and output field