Mainframe Essentials: CICS, JCL, and COBOL
Test your knowledge of IBM mainframe technologies including CICS operations, JCL job control, and COBOL programming fundamentals.
Questions
Primary function of BMS is formatting of data; both input and output.
- True
- False
Which is neither or nor the functionality of CICS?
- CICS cannot handle file management by itself.
- CICS helps in task of monitoring.
- CICS doesn't need the statements like READ, WRITE, OPEN.
- CICS doesn't act as data communication system.
- CICS takes care of system functions along with application program functions.
What is the error if a PS dataset with LRECL 0 is accessed.
- Soc9
- Soc7
- Soc4
- Soc3
What are the kinds of job control statements?
- JOB, EXEC and DD
- JOB, EXEC, JOBLIB, STEPLIB and DD
- JOB, EXEC, JOBLIB, STEPLIB, PROC and DD
- JOB, EXEC, JOBLIB, STEPLIB, PROC, Accounting parameters and DD
How many type of Data types are available in Mainframes.
- 1
- 2
- 3
- 4
What does EXIT do ?
- Exits the paragraph
- Does Nothing
- Bring pointer back to starting point
- None of the Above
Which IBM utility is used in JCL to create PDS ?
- IEBGENER
- IEFBR14
- IDCAMS
- None of the Above
What is the maximum value that can be stored in S9(8) COMP?
- 9999
- 999999
- 99999999
- 999999999
The below format of the CICS command is used in which application program? EXEC CICS function[option[(arg)]]... ;
- COBOL
- C and COBOL
- PL/I
- COBOL and PL/I
- C and PL/I
CICS IOF doesn't provide which of the following?
- a) Diagnostic Settings
- b) Display Statements
- c) Digital Settings
- d) Dual Settings
- e) Both a and c
- f) Both c and d
Choose the important logs in CICS server?
- LOG & MESSAGES
- MSGUSR
- CEEMSG
- CEEOUT
- All the above
cemt s prog is used for?
- Undo the transaction
- Reuse the load
- Refresh the load
- Redo the load submitted
MRO stands for ____ ?
- Multi Region Operation
- Multiple Region Operation
- Multi Remote Operation
- Multiple Remote Operation
In MRO, any of the CICS can communicate with any of the other CICS present in a processor?
- True
- False
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?
- gdg(0)
- gdg(+3)
- gdg(+4)
- gdg(+2)
What is the probable cause of an Sx13 and Sx37 abends.
- Space abend
- data exception abend
- previleged operation exception
- all the above
What is SYSDA in JCL?
- block size parameter while referring a dataset
- Record length parameter while referring data set
- that is the unit parameter while referring a data set
- none of the above
If Sql return -805 , what will user want to do?
- Force start the database
- Bind the database
- Drop the table
- none of the above
Report & Screen section comes under which Division in COBOL?
- Identification division
- Procedure division
- Environment divion
- Data division
TSO command what is an SDSF?
- special display screen facility
- Spool display & search facility
- special display & search facility
- Spool dispaly screen facility