0

mainframe Online Quiz - 149

Description: mainframe Online Quiz - 149
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0

How can unused space allocation be returned to the system when a dataset is closed

  1. RETURN

  2. RLSE

  3. CONTIG

  4. CLOSE


Correct Option: B
  1. CHCKPOINT DD statement

  2. SYSCHK DD statement

  3. CHKOUT DD statement

  4. CHECK or DD statement


Correct Option: B
  1. SYSOUT parameter

  2. OUTPUT parameter

  3. DEFAULT parameter

  4. DEST keyword


Correct Option: A

What is the function of DD name parameter with a 2 part structure; Audit.Report

  1. Override the Audit DD statement in the report

  2. Override the Report DD statement in the Audit procedure

  3. Concatenate a dataset onto a DD statement in a called module

  4. Delete the Audit DD statement in the Report


Correct Option: B
  1. All parameters & Keywords are optional

  2. Dsname, SPACE, RECFM

  3. Dsname, SPACE, UNIT

  4. Dsname, DISP, SPACE


Correct Option: A
  1. Through the PARM keyword

  2. Through the VALUE parameter

  3. Through the PGM parameter

  4. All of the above


Correct Option: A
  1. Identify a library to be searched for programs named in the EXEC statement

  2. Identify a library containing executable job steps

  3. Override the system step library within a job stream

  4. All of the above


Correct Option: D
  1. Name, DD, Space, Device

  2. Format, Name, DD, Space

  3. DD, parameter, device, format

  4. Name, DD, parameter, comments


Correct Option: D
  1. Marks a deleted DD statement

  2. Begins an interpreted command stream

  3. Specifies no space allocation & no disposition processing

  4. Suppress command processing


Correct Option: C
  1. Marks the end of a job

  2. Marks the beginning of an instream procedure

  3. Marks the beginning of a job & assigns a name to the job

  4. Assigns an execution priority to a job


Correct Option: C

A DD statement has 2 types of parameters. Name them ?

  1. Positional, Keyword

  2. Keyword, Control

  3. Dynamic, Static

  4. Named, Dynamic


Correct Option: A

What is the function of DD DISP paramater ?

  1. Tells the system what to do with the dataset following normal termination of the step.

  2. Describes the status of the dataset

  3. Tells the system what to do with the dataset following abnormal termination of the step.

  4. All of the above


Correct Option: D
  1. 71 bytes

  2. 72 bytes

  3. 68 bytes

  4. 70 bytes


Correct Option: A
  1. An addressing scheme that allows external disk storage to appear as main storage.

  2. Each running program can assume it has access to all of the storage defined by the architecture's addressing scheme.

  3. a and b

  4. a or b


Correct Option: C
- Hide questions