Mainframe JCL and EZTrieve Functions
Test your knowledge of IBM mainframe Job Control Language (JCL) commands, parameters, and EZTrieve keyword functions including date formatting and syntax.
Questions
SKIPREC=n in SORT, will skip process starts before processing 'n' records in file?
- True
- False
TYPRUN=SCAN causes JES to scan the job's JCL for syntax errors, but not to execute it. Is this correct?
- True
- False
The PRTY parameter is to assign a selection priority to a job among any JES2 job class or a JES3 job class group. Is this correct?
- True
- False
//MYJOB JOB (1234,,2,1),'TEST',COND=(4,GT)is coded in the job card of a JCL. The job has 10 steps and the job will execute all the steps if first step of the job gives a RC=8.
- True
- False
A Jobname is optional for a JCL.Is this correct?
- True
- False
'//', indicates the end of a JCL?
- True
- False
LINES=99999,does it indicate the maximum printed output for the job, in thousands of lines?
- True
- False
COND=ONLY tells MVS to execute this job step ONLY IF a prior step in the same job abends. Is that correct?
- True
- False
Keyword Function should begin and End with
- $
- \
- |
- *
- &
Functions can be a maximum length
- 63
- 56
- 45
- 76
The coded keywords are converted immediately preceding job submission
- True
- False
Keyword Functions are evaluated from
- Left to Right
- Right to left
- Middle
- second Character
Is it possible to get advance/Past date values thru Keyword Parms
- True
- False
Which symbol is used to ensure whether a valid date is returned or not
- $
- #
- &
- *
If the job run in November 2010 |EZCYMFP4| will return
- 201006
- 201007
- 201004
- 201005
|EZMSDSY| will return ( give answer MM-Month DD-Date YY -Year format)
- MM/DD/YY
- MM-DD-YY
- DD-MM-YY
- DD/MM/YY
If the job run in March |EZN| will return
- MARCH
- 3
- MAR
- APR
Keyword Function should begin and End with
- $
- \
- |
- *
- &
Functions can be a maximum length
- 63
- 56
- 45
- 76
The coded keywords are converted immediately preceding job submission
- True
- False