Tag: mainframe

Questions Related to mainframe

In SORT utility by using which option we will generate the sequence number

  1. NUMGEN

  2. GENNUM

  3. SEQNUM

  4. ALL


Correct Option: C

Which below utilities will be used for submitting the a job using another job.

  1. IEBR14, INTRDR

  2. IEBGENER, INTRDR

  3. IEBPTPCH, INTRDR

  4. IEHINITT, INTRDR


Correct Option: B

How to initialise the values while declaring the variable

  1. #FIELDA (N3) = <100>

  2. #FIELDA (N3) INIT <100>

  3. #FIELDA (N3) INITIALISE <100>

  4. ALL


Correct Option: B
  1. determine whether page ejects are to be performed or not

  2. determine the maximum number of lines per (logical) page for a report

  3. determine the minimum number of lines per (logical) page for a report

  4. NONE


Correct Option: B

For successful execution of REWRITE stmt, the direct access file must be opened in ____ mode. (Fill in the blank with the right answer from the options)

  1. INPUT

  2. OUTPUT

  3. INPUT-OUTPUT

  4. OUT-INPUT


Correct Option: C