0

mainframe Online Quiz - 147

Description: mainframe Online Quiz - 147
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0
  1. Begins the subparameters of the DCB

  2. Begins the DASD control block

  3. Marks the close of the DCB

  4. Modifies the record type parameters


Correct Option: A

Concerning the shielding of variables of an internal subroutine from the main EXEC part, which of the following is correct:

  1. One can not shield variables in a subroutine from the main EXEC, only from other subroutines.

  2. One can shield the variables by using the clause: CALL SUBROUT1 PROCEDURE

  3. One can shield the variables by defining the start clause of a subroutine:SUBROUT1: PROCEDURE

  4. One can shield the variables by defining the start clause of a subroutine: SUBROUT1: SHIELDED


Correct Option: C
  1. 71 bytes

  2. 60 bytes

  3. 55 bytes

  4. 80 bytes


Correct Option: A
  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. This value must be numeric.

  2. This value can be alphanumeric.

  3. This value is stored in the system variable RC.

  4. This value is stored in the system variable RCODE.


Correct Option: B
  1. PARSE PULL DAY MONTH YEAR

  2. PULL DATE followed by PARSE VALUE DATE DAY MONTH YEAR

  3. PULL DATE followed by PARSE VALUE DATE WITH DAY MONTH YEAR

  4. PULL DATE followed by PARSE VAR DATE DAY MONTH YEAR


Correct Option: B
  1. The dataset must be sequential or a member of a partitioned dataset.

  2. The dataset must be allocated to a file name or DD name.

  3. The dataset must be exclusively enqueued (DISP=OLD or NEW).

  4. TSO or MVS environment must be active.


Correct Option: C
  1. XMIT

  2. XEQ

  3. ROUTEXEQ

  4. OPERATOR


Correct Option: A,B

Which parameter is used to copy the attributes and allocation information for a new data set from an existing data set?

  1. LIKE

  2. COPY

  3. COPIES

  4. All of the above


Correct Option: A
  1. EXPDT=yyddd

  2. EXPDT=yy/ddd

  3. EXPDT=yyyyddd

  4. EXPDT=yyyy/ddd


Correct Option: A,D
  1. EXPDT=1996033

  2. EXPDT=1996/0202

  3. EXPDT=1996/033

  4. EXPDT=033/1996


Correct Option: C

Which value of parameter RD indicates that automatic and deferred restart in any form can't happen

  1. RNC

  2. R

  3. NC

  4. NR


Correct Option: C
  1. LRECL = 0 can be valid when RECFM = F

  2. LRECL=nnnnnK syntax can be valid

  3. LRECL can not be used with VSAM Files

  4. LRECL must not exceed BLKSIZE minus 4 when RECFM=VS


Correct Option: B,D
- Hide questions