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.

20 Questions Published

Questions

Question 1 True/False

SKIPREC=n in SORT, will skip process starts before processing 'n' records in file?

  1. True
  2. False
Question 2 True/False

TYPRUN=SCAN causes JES to scan the job's JCL for syntax errors, but not to execute it. Is this correct?

  1. True
  2. False
Question 3 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?

  1. True
  2. False
Question 4 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.

  1. True
  2. False
Question 5 True/False

A Jobname is optional for a JCL.Is this correct?

  1. True
  2. False
Question 6 True/False

'//', indicates the end of a JCL?

  1. True
  2. False
Question 7 True/False

LINES=99999,does it indicate the maximum printed output for the job, in thousands of lines?

  1. True
  2. False
Question 8 True/False

COND=ONLY tells MVS to execute this job step ONLY IF a prior step in the same job abends. Is that correct?

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

Keyword Function should begin and End with

  1. $
  2. \
  3. |
  4. *
  5. &
Question 10 Multiple Choice (Single Answer)

Functions can be a maximum length

  1. 63
  2. 56
  3. 45
  4. 76
Question 11 True/False

The coded keywords are converted immediately preceding job submission

  1. True
  2. False
Question 12 Multiple Choice (Single Answer)

Keyword Functions are evaluated from

  1. Left to Right
  2. Right to left
  3. Middle
  4. second Character
Question 13 True/False

Is it possible to get advance/Past date values thru Keyword Parms

  1. True
  2. False
Question 14 Multiple Choice (Single Answer)

Which symbol is used to ensure whether a valid date is returned or not

  1. $
  2. #
  3. &
  4. *
Question 15 Multiple Choice (Single Answer)

If the job run in November 2010 |EZCYMFP4| will return

  1. 201006
  2. 201007
  3. 201004
  4. 201005
Question 16 Multiple Choice (Single Answer)

|EZMSDSY| will return ( give answer MM-Month DD-Date YY -Year format)

  1. MM/DD/YY
  2. MM-DD-YY
  3. DD-MM-YY
  4. DD/MM/YY
Question 17 Multiple Choice (Single Answer)

If the job run in March |EZN| will return

  1. MARCH
  2. 3
  3. MAR
  4. APR
Question 18 Multiple Choice (Single Answer)

Keyword Function should begin and End with

  1. $
  2. \
  3. |
  4. *
  5. &
Question 19 Multiple Choice (Single Answer)

Functions can be a maximum length

  1. 63
  2. 56
  3. 45
  4. 76
Question 20 True/False

The coded keywords are converted immediately preceding job submission

  1. True
  2. False