Tag: mainframe

Questions Related to mainframe

  1. Index exceeds the size of table

  2. Very large record length/ wrong record length

  3. Insufficient disk space

  4. Trying to use File Section variables without opening the file


Correct Option: A,D
  1. Too many job steps

  2. Job was waiting too long.

  3. No space in a library directory for this member's name

  4. A volume was needed that could not be mounted


Correct Option: C
  1. Password failure

  2. Resource not available

  3. Logic error

  4. No DD statement specified for this file


Correct Option: C
  1. SEARCH - is a binarysearch. : SEARCH ALL - is serial search & the table must be sorted

  2. SEARCH - is a serial search : SEARCH ALL - is binary search & the table must be sorted

  3. Both are binary search

  4. SEARCH - is a binarysearch & the table is unsorted : SEARCH ALL - is serial search


Correct Option: B
  1. An OPEN statement was attempted for a file in the open mode

  2. A CLOSE statement was attempted for a file not in the open mode

  3. An OPEN statement was attempted on a file previously closed with lock

  4. The execution of a WRITE statement was attempted on a file not open in the I-O, output, or extend mode


Correct Option: A

Assembly langauage is classified as

  1. High Level Language

  2. Low Level Language

  3. Mid Level Language

  4. None of the Above


Correct Option: B
  1. Interpretor

  2. Compiler

  3. Assembler

  4. None of the above


Correct Option: C