IBM Mainframe JCL and VSAM Fundamentals
Test your knowledge of IBM mainframe Job Control Language (JCL), VSAM data organization, and mainframe data set management concepts
Questions
What are parameters you can specify on Job statement as well as on exec stmt
- a) Prty, Region and Cond parameters
- b) Time, Class and Cond parameters
- c) Time, Region and Typrun parameters
- d) All the above
For how long a job can be executed continuously in a mainframe ?
- a) 248 Days
- b) 3650 Days
- c) 30 Days
- d) 7 Days
Max. No of DD statements in a job ?
- a) 3273
- b) 3723
- c) 2373
- d) 7323
Min no of member’s (PDS) in one directory block?
- a) 3
- b) 5
- c) 4
- d) 6
Can we browse or edit the GDG dataset if it is a tape entry?
- a) No
- b) Yes, only browse access
- c) Yes
- d) Only if you have a Super-ID
What is the highest priority parameter for a job
- a) 1
- b) 0
- c) 15
- d) 10
What is the maxium COND code?
- a) 3038
- b) 8
- c) 16
- d) 12
Consider the following Example IF RC < 16 THEN Step 1 Step 2 Step 3 Else Step 4 Step 5 End If What are the steps that would be executed If I restart an abended job from Step 2.
- a) 2,3
- b) 2,3,4,5,
- c) 1,2,3
- d) None of the above
What are the maximum and minimum sizes of any CONTROL AREA
- a) Minimum Size : 5 track Maximum size : 1 cylinder
- b) Minimum Size : 1 track Maximum size : 1 cylinder
- c) Minimum Size : 1 track Maximum size : 5 cylinder
- d) None
Alternate Index is a special type of
- a) KSDS
- b) ESDS
- c) RRDS
- d) None
When defining a KSDS, which of the following parameters is not required?
- a) Space allocation (either CYL, REC or TRK)
- b) VOLUMES
- c) KEYS
- d) NAME
If the key of a KSDS record begins in the second field (first field is 25 bytes long), the offset in the KEYS parameter is
- a) 24
- b) 25
- c) 26
- d) None
At OPEN, VSAM determines processing options in the following order
- a) JCL, program, catalog
- b) program, JCL, catalog
- c) JCL, catalog, program
- d) catalog, program, JCL
VSAM processing options could be specified in
- a) Catalog
- b) Program control blocks
- c) JCL
- d) All the above
For a data set defined with NOERASE, which of the following is not true?
- a) Desirable for sensitive data
- b) Removes catalog entries
- c) All the above
- d) None
Buffer space cannot be specified in which of the following?
- a) DD statement
- b) Assembler program
- c) AMS DEFINE
- d) COBOL program
An alternate index can be defined for which cluster type?
- a) KSDS and RRDS
- b) KSDS and ESDS
- c) KSDS and LDS
- d) KSDS only
Which of the following requires a DELETE/DEFINE before the command can be used to restore an existing data set?
- a) REPRO only
- b) IMPORT only
- c) Both REPRO and IMPORT
- d) Neither REPRO nor IMPORT
How many extents are possible for a VSAM file ?
- 16
- 15
- 122
- 123
The maximum number of steps in a job?
- a) 2 ^ 256
- b) 256
- c) 255
- d) 254