0

mainframe Online Quiz - 104

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

Maximum number of steps in a JCL

  1. 128

  2. 255

  3. 64

  4. 16


Correct Option: B

Maximum number of TRKs can be allocated with below SPACE statement. SPACE=(TRK,(4,1),RLSE)

  1. 5

  2. 15

  3. 61

  4. 9


Correct Option: D

In Step1 gdgname(+1) has been created and step1 executed successfully. In Step 2 if same data set need to be used. How to refer it?

  1. Gdgname(0)

  2. Gdgname(+1)

  3. Gdgname(-1)

  4. Gdgname(+2)


Correct Option: B
  1. (NEW,DELETE,DELETE)

  2. (NEW,CATLG,DELETE)

  3. (NEW,CATLG,UNCATLG)

  4. (MOD,CATLG,DELETE)


Correct Option: A

How JCL steps can be skipped?

  1. IF THEN/ELSE

  2. COND

  3. BOTH

  4. Steps cannot be skipped in JCL.


Correct Option: C

Possible ways to rectify S322, a. Change the CLASS b. TIME=1440 c. Remove abnormal logic in the code(like infinite looping). d. Change PRTY

  1. a & b only

  2. b & c only

  3. a, b, c only

  4. d only


Correct Option: C

Possible causes for S0C4 a. Reading a file that is not open. b. Invalid address referred due to subscript error c. Tried moving variable length record that was larger than target field size.

  1. a, b, & c

  2. a only

  3. a & b only

  4. b only


Correct Option: A

Maximum number of steps in a JCL

  1. 128

  2. 255

  3. 64

  4. 16


Correct Option: B

Maximum number of TRKs can be allocated with below SPACE statement. SPACE=(TRK,(4,1),RLSE)

  1. 5

  2. 15

  3. 61

  4. 9


Correct Option: D

Dispositional parameters for DISP=( , , ) ?

  1. (NEW,DELETE,DELETE)

  2. (NEW,CATLG,DELETE)

  3. (NEW,CATLG,UNCATLG)

  4. (MOD,CATLG,DELETE)


Correct Option: A
  1. IF THEN/ELSE

  2. COND

  3. BOTH

  4. Steps cannot be skipped in JCL.


Correct Option: C

Possible ways to rectify S322, a. Change the CLASS b. TIME=1440 c. Remove abnormal logic in the code(like infinite looping). d. Change PRTY

  1. a & b only

  2. b & c only

  3. a, b, c only

  4. d only


Correct Option: C

Possible causes for S0C4 a. Reading a file that is not open. b. Invalid address referred due to subscript error c. Tried moving variable length record that was larger than target field size.

  1. a, b, & c

  2. a only

  3. a & b only

  4. b only


Correct Option: A

Maximum number of steps in a JCL

  1. 128

  2. 255

  3. 64

  4. 16


Correct Option: B

Maximum number of TRKs can be allocated with below SPACE statement. SPACE=(TRK,(4,1),RLSE)

  1. 5

  2. 15

  3. 61

  4. 9


Correct Option: D

In Step1 gdgname(+1) has been created and step1 executed successfully. In Step 2 if same data set need to be used. How to refer it?

  1. Gdgname(0)

  2. Gdgname(+1)

  3. Gdgname(-1)

  4. Gdgname(+2)


Correct Option: B

2.JES2 allocate the space just before the step execution, JES3 allocate the space before job starts ( job came into Input Queue)

  1. True

  2. False


Correct Option: A
- Hide questions