Tag: mainframe

Questions Related to mainframe

  1. Area B of the next line

  2. columns 8 through 11 of the next line

  3. Area A of the next line

  4. columns 12 through 72 of the next line


Correct Option: A,D
  1. Dataset must be of same type (Disk or tape)

  2. Should not be a partioned dataset

  3. The dataset with the largest Block SIze must be listed first

  4. Record lenght of all the dataset should be the same


Correct Option: A,C
  1. A PGM parameter can be overriden

  2. If a parameter, which does not exist, is coded on the EXEC statement, the parameter will be added

  3. The parameter for each step need to be coded in the same order as they appear on the procedure EXEC statement

  4. All parameters for each step must be coded in order.


Correct Option: B,D
  1. The overriding DD statement need not be in a same order as the concatenated DD staements.

  2. To override only last DD statement in a concatenation, code only one overriding statement

  3. to leave a concatenated staetement unchanged, code its corresponding DD statement with a blank operand field

  4. Code a DDname against all the overiding DD statements.


Correct Option: A,B,D
  1. Delimiter (/*)

  2. NULL statement (//)

  3. JOBLIB

  4. STEPLIB

  5. DD *

  6. PARM


Correct Option: A,B,C,E
  1. Sequence Number Area

  2. Indicator Area

  3. Area A

  4. Area B


Correct Option: C
  1. DISPLAY A,DISPLAY B

  2. DISPLAY A DISPLAY B

  3. DISPLAY A DISPLAY B WITH NO ADVANCING

  4. DISPLAY A WITH NO ADVANCING DISPLAY B


Correct Option: D