The following quiz deals with JCL (Job Control Language) and VSAM (Virtual Storage Access Method). JCL is a scripting language used for describing jobs to the MVS, OS/390 and VSE operating systems. VSAM is a file storage access method which uses most of the same operating systems. What do you know about these two applications? Take the quiz right now to find out!
Job Common Language
Job Control Language
Job Completion Language
Job Creation Language
COND= ONLY
COND= (4, LT)
COND= EVEN
COND= (4,GT)
JES1
JES2
JES3
JES4
All Keyword Parameters should appear before any Positional Parameters
They can appear in any order
We can’t have Positional and Keyword Parameters in same statement
All Positional Parameters should appear before any Keyword Parameters
To restart a job unconditionally
That a job begins execution with a step other than the first one
To restart a job abased on COND parameter
To restart a job in case of ABEND
Disk as well as Tape datasets can be concatenated
Only disk datasets can be concatenated
Only Tape datasets can be concatenated
None of the Disk or Tape datasets can be concatenated
Retain the dataset if the job doesn’t ABENDs in this step
Will never retain the dataset
Retain the dataset if the job ABENDs in this step
Will always retain the dataset.
Should always be exact multiple of recordsize
Need not be exact multiple of recordsize.
Is always equal to 1
Is equal to Recordsize * Number of Records in the dataset
To allocate a PDS
To delete a PSDS
To create a PDS
To copy a PSDS
Time parameter must be coded for every job
Time parameter of step overrides that of job
A time-out abend will occur if job exceeds time specified in Time parameter
Time is specified in terms of Hours & minutes (Time= (9.30))
Datasets
DSCB sets
Clusters
KSDS
Control intervals
Control area
Blocks
Buffers
Data component
Index component
Both
PREVCC
LASTCC
MAXCC
Both- MAXCC & LASTCC
Data
Volumes
Name
Relate
Relate
Upgrade
Path
Loads empty VSAM cluster with records
Creates backup of a VSAM dataset on physical sequential dataset
Merge data from two VSAM datasets
All of the above
Reusable
Nonreusable
Upgrade
Repro
Alter
Verify
None
COND
SKIP
IGNORE
NONE
Wait!
Here's an interesting quiz for you.