JCL and Mainframe Systems Fundamentals

Covers Job Control Language (JCL), ISPF, dataset management, storage systems, and mainframe job control operations

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What part of the BRMS defines the objects that are to be saved in a particular save operation.?

  1. CONTROL GROUP
  2. MEDIA POLICY
  3. SAVE POLICY
  4. BACKUP PLICY
Question 2 Multiple Choice (Single Answer)

What is the prefix character for symbolic parameter ?

  1. %
  2. &
  3. @
  4. {}
Question 3 Multiple Choice (Single Answer)

How can buffers be assigned to a DCB ?

  1. Through the BUFMAX subparameter
  2. Through the BUFOUT subparameter
  3. Through the BUF subparameter
  4. Through the BUFNO subparameter
Question 4 Multiple Choice (Single Answer)

If a generation data set is specified as input without the generation number, what will the input to the DD ?

  1. the most recent generation created
  2. the earliest generation created
  3. a concatenation of all the cataloged generations
  4. a jcl error will be returned to the job
Question 5 Multiple Choice (Single Answer)

What is the function of //CNTL statement ?

  1. Marks the beginning of one or more program control statements
  2. Identifies the control card library
  3. Delimits the PROC control statements
  4. None of the above
Question 6 Multiple Choice (Single Answer)

How can the attributes of one SMS dataset be copied to another dataset ?

  1. Using DD like parameter
  2. Using DD Copy parameter
  3. Using DD Refer parameter
  4. Attributes cannot be copied within SMS datasets
Question 7 Multiple Choice (Single Answer)

What parameters can be used to limit the number of records written to a SYSOUT dataset ?

  1. LIMIT
  2. OUTLIM
  3. SIZE
  4. MAX
Question 8 Multiple Choice (Single Answer)

How can a stopped job be started again?

  1. Through the RETURN parameter
  2. Through the STARTUP parameter
  3. Through the RESTART parameter
  4. Through the CHECKPNT keyword
Question 9 Multiple Choice (Single Answer)

Must tape dataset definitions include VOL=SER specifications?

  1. Yes
  2. No
  3. Only for uncataloged datasets
  4. Only for cataloged datasets
Question 10 Multiple Choice (Single Answer)

How can return codes be tested before execution of a job step?

  1. Through the RC keyword
  2. Through the COND keyword
  3. Through the CODE keyword
  4. Through the RETURNCD keyword
Question 11 Multiple Choice (Single Answer)

Many JCL statements contain specific values designed to direct & control the execution of the statement. What are these fields called ?

  1. Linkage Variables
  2. Control Libraries
  3. Includes
  4. Parameters
Question 12 Multiple Choice (Single Answer)

What is the purpose of DD DUMMY statement ?

  1. Specifies no space allocation & no disposition processing
  2. Marks a deleted DD statement
  3. Begins an interpreted command stream
  4. Suppress command processing
Question 13 Multiple Choice (Single Answer)

What is the purpose of REGION key word ?

  1. specifies the amount of space required by a step
  2. specifies the amount of space required by a job
  3. both of the above
  4. none of the above
Question 14 Multiple Choice (Single Answer)

What is S0C7 abend in jcl?

  1. Storage violation error
  2. Dataset out of space
  3. Indicates a time out abend
  4. Caused by invalid data in a numeric field.
Question 15 Multiple Choice (Single Answer)

What is COND=EVEN ?

  1. Means execute this step even if any of the previous steps, terminated abnormally.
  2. Means execute this step only if any of the previous steps, terminated normally.
  3. Means execute this step only if any of the previous steps, terminated abnormally.
  4. Means execute this step even if any of the previous steps, terminated normally.
Question 16 Multiple Choice (Single Answer)

How many extents are possible for a sequential file ?

  1. 15
  2. 16
  3. 17
  4. 18
Question 17 Multiple Choice (Single Answer)

Temporary datasets can be created either by not specifying any DSNAME or by specifying the temporary file indicator as in

  1. DSN=&&TEMP
  2. DSN=TEMP
  3. DSN=&TEMP
  4. DSN=*TEMP
Question 18 Multiple Choice (Single Answer)

How can a job’s execution priority be modified ?

  1. PRIQTY parameter
  2. PRTY parameter
  3. JOBCLASS parameter
  4. RUNTIME parameter
Question 19 Multiple Choice (Single Answer)

Which of the following describes relative access speed for z9 major storage types?

  1. Tape is faster than DASD
  2. DASD is faster than cache
  3. Real memory is faster than DASD
  4. Optical storage is faster than cache
Question 20 Multiple Choice (Single Answer)

In the ISPF Edit panel, there are fields named PROJECT, GROUP, TYPE, and MEMBER. What information do these fields specify?

  1. DSNAME
  2. DDNAME
  3. PARM field
  4. DD Statement