Tag: mainframe

Questions Related to mainframe

The parameter used to specify whether job is to be held until further notice or for syntax checking

  1. HOLD

  2. TYPERUN

  3. TYPRUN

  4. SCAN


Correct Option: C
  1. Multiple jobs are submitted

  2. Job will abend

  3. Only one step gets executed

  4. Only first job will be submitted


Correct Option: A
  1. Tell the system which data set to access

  2. Request a printer to produce the job output

  3. Indicate where to store new data sets

  4. Initiate a new program


Correct Option: A,B,C
  1. Programs must run sequentially

  2. Programs must be dependent on each other

  3. Programs must access the same databases

  4. Programs must have the same accounting information


Correct Option: A,B,C

Which one of the following is a valid job name?

  1. //TEST*1

  2. // JOB13

  3. //$ABCD

  4. //STEPSEVEN


Correct Option: C
  1. IF EOF THEN …

  2. IF EOF IS TRUE THEN ...

  3. IF END-OF-FILE = 'Y' THEN ...

  4. IF END-OF-FILE THEN ...


Correct Option: A,C