Mainframe Systems: CICS, JCL, and COBOL
Test your knowledge of IBM mainframe technologies including CICS transaction processing, JCL job control, MVS system concepts, COBOL programming, datasets, and mainframe security (RACF).
Questions
What is the cause for abend SOC2?
- PRIVILEGED OPERATION EXCEPTION
- DATA EXCEPTION
- SPACE ISSUE
- None of the above
What is the use of Level 49 in COBOL?
- to describe independent elementary items
- it is used to define the db2 char in cobolas var char
- used to give condition names to the values that a field contain
- all of the above
Where is a period required in Cobol?
- After the last statement in each paragraph
- At the end of the word DIVISION
- At the end of the word SECTION
- All of the above
when DISP=MOD is used in JCL?
- when the dataset can be extended
- when the dataset can be newly created
- just to share the dataset & not for editing
- when dataset needs to be edited & deleted
CICS is _____ system.
- indirect control
- direct control
- indirect and direct control
- none of the above
ISC stands for _____?
- 1) Intra System Communication
- 2) Inter System Communication
- 3) Infra System Communication
- 4) Both 1 and 2
- 5) Neither 1 nor 3
_____ allows us to code assembler level programs to define screens.
- a) Bit Mapping Support
- b) Basic Mapping Standard
- c) Basic Mapping Support
- d) None of the above
- e) Neither (a) nor (b)
In TSO, CICS ABEND details are listed in ______ ?
- quick watch - CICS/TS Z/OS MSGS
- qw - CICS/TS Z/OS MSGS
- quick watch - CICS/TS Z/OS SYNTX
- qw- CICS/TS Z/OS SYNTX
- All of the above
- None of the above
A dataset is simply a collection of related data that is managed as a unit by MVS. Within a dataset, data is organized into smaller units called
- Bytes
- Data
- Records
- Units
The standard length of a dataset name is
- 1-80 characters
- 1-44 characters
- 1-71 characters
- none of the above
What are all the national characters used in datasets names
- $, @ and *
- $, # and *
- #, @ and *
- @, # and $
Which is the product that can provide data security for the resource for an MVS system
- ISPF
- MVS
- RACF
- JES
Access methods of a dataset are
- basic, queued and VSAM
- basic and VSAM
- queued and VSAM
- none of the above
JES uses 2 characters to classify a jobs importance, both of which can be specified in the jobs jcl,they are
- Job class and Msgclass
- notify
- Job class and priority
- all the above
A program that runs in the system region of an address space that is eligible for batch job processing
- processor
- Initiator
- both
- none of the above
The jobparm statement used to set the limit on the number of pages of output produced by a job is
- Lines
- Output
- pages
- outparm
The statement used to indicate the tape volumes that will be required in the execution of a job
- VOL
- SETUP
- LOOKUP
- SERIEL
The possible range of the user return code or condition code available in the jcl log is
- 0 to 4095
- 0 to 9990
- 0 to 6500
- 0 to 2049
What does EBCDIC stand for?
- Easy But Concise Decimal Information Counter
- Extended Binary Coded Decimal Interchange Code
- Extended Binary Control Decimal Interchange Code
- Extended Binary Code Decimal Interchange Control
What does CICS stand for ?
- Central Information Control System
- Customer Interface Control System
- omputing Instructions Control System
- Customer Information Control System