Mainframe Essentials: CICS, JCL, and COBOL

Test your knowledge of IBM mainframe technologies including CICS operations, JCL job control, and COBOL programming fundamentals.

20 Questions Published

Questions

Question 1 True/False

Primary function of BMS is formatting of data; both input and output.

  1. True
  2. False
Question 2 Multiple Choice (Multiple Answers)

Which is neither or nor the functionality of CICS?

  1. CICS cannot handle file management by itself.
  2. CICS helps in task of monitoring.
  3. CICS doesn't need the statements like READ, WRITE, OPEN.
  4. CICS doesn't act as data communication system.
  5. CICS takes care of system functions along with application program functions.
Question 3 Multiple Choice (Single Answer)

What is the error if a PS dataset with LRECL 0 is accessed.

  1. Soc9
  2. Soc7
  3. Soc4
  4. Soc3
Question 4 Multiple Choice (Single Answer)

What are the kinds of job control statements?

  1. JOB, EXEC and DD
  2. JOB, EXEC, JOBLIB, STEPLIB and DD
  3. JOB, EXEC, JOBLIB, STEPLIB, PROC and DD
  4. JOB, EXEC, JOBLIB, STEPLIB, PROC, Accounting parameters and DD
Question 5 Multiple Choice (Single Answer)

How many type of Data types are available in Mainframes.

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

What does EXIT do ?

  1. Exits the paragraph
  2. Does Nothing
  3. Bring pointer back to starting point
  4. None of the Above
Question 7 Multiple Choice (Single Answer)

Which IBM utility is used in JCL to create PDS ?

  1. IEBGENER
  2. IEFBR14
  3. IDCAMS
  4. None of the Above
Question 8 Multiple Choice (Single Answer)

What is the maximum value that can be stored in S9(8) COMP?

  1. 9999
  2. 999999
  3. 99999999
  4. 999999999
Question 9 Multiple Choice (Single Answer)

The below format of the CICS command is used in which application program? EXEC CICS function[option[(arg)]]... ;

  1. COBOL
  2. C and COBOL
  3. PL/I
  4. COBOL and PL/I
  5. C and PL/I
Question 10 Multiple Choice (Single Answer)

CICS IOF doesn't provide which of the following?

  1. a) Diagnostic Settings
  2. b) Display Statements
  3. c) Digital Settings
  4. d) Dual Settings
  5. e) Both a and c
  6. f) Both c and d
Question 11 Multiple Choice (Single Answer)

Choose the important logs in CICS server?

  1. LOG & MESSAGES
  2. MSGUSR
  3. CEEMSG
  4. CEEOUT
  5. All the above
Question 12 Multiple Choice (Single Answer)

cemt s prog is used for?

  1. Undo the transaction
  2. Reuse the load
  3. Refresh the load
  4. Redo the load submitted
Question 13 Multiple Choice (Single Answer)

MRO stands for ____ ?

  1. Multi Region Operation
  2. Multiple Region Operation
  3. Multi Remote Operation
  4. Multiple Remote Operation
Question 14 True/False

In MRO, any of the CICS can communicate with any of the other CICS present in a processor?

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

Job have 3 steps in 1) Step01 creating New GDG file(+), 2) Step02 Delete file(+), 3) Step03 create new GDG file with same file name JCL has been executed twice What is the version for that file?

  1. gdg(0)
  2. gdg(+3)
  3. gdg(+4)
  4. gdg(+2)
Question 16 Multiple Choice (Single Answer)

What is the probable cause of an Sx13 and Sx37 abends.

  1. Space abend
  2. data exception abend
  3. previleged operation exception
  4. all the above
Question 17 Multiple Choice (Single Answer)

What is SYSDA in JCL?

  1. block size parameter while referring a dataset
  2. Record length parameter while referring data set
  3. that is the unit parameter while referring a data set
  4. none of the above
Question 18 Multiple Choice (Single Answer)

If Sql return -805 , what will user want to do?

  1. Force start the database
  2. Bind the database
  3. Drop the table
  4. none of the above
Question 19 Multiple Choice (Single Answer)

Report & Screen section comes under which Division in COBOL?

  1. Identification division
  2. Procedure division
  3. Environment divion
  4. Data division
Question 20 Multiple Choice (Single Answer)

TSO command what is an SDSF?

  1. special display screen facility
  2. Spool display & search facility
  3. special display & search facility
  4. Spool dispaly screen facility