Tag: mainframe

Questions Related to mainframe

  1. Exits the statement

  2. Executes the function

  3. Exits the Program

  4. Executes the If statement again


Correct Option: B
  1. Equal to 0

  2. Greater than or equal to 1

  3. Less than or equal to 0

  4. Greater than or equal to 0


Correct Option: D

Which of the following is NOT a valid symbol to use in an IF condition

  1. =

  2. =

  3. =>

  4. >


Correct Option: C
  1. spaces, special characters, 0-9, A-Z, a-z

  2. spaces, a-z, A-Z, 0-9, special characters

  3. a-z, A-Z, 0-9, spaces, special characters

  4. 0-9, special characters, spaces, a-z, A-Z


Correct Option: A
  1. Pic Y(4)M(2)D(2)

  2. Pic date(yyyymmdd)

  3. Pic date(8)

  4. Pic X(8)


Correct Option: D
  1. DOUBLE WORD BINARY

  2. FULL WORD BINARY

  3. FULL WORD

  4. HALF WORD BINARY


Correct Option: D
  1. Alphanumeric items, signed numeric, packed decimal items, unsigned numeric & packed decimal items

  2. Signed numeric, packed decimal items, unsigned numeric & packed decimal items

  3. Signed numeric, packed decimal items & unsigned numeric

  4. Signed numeric & Packed decimal items


Correct Option: A
  1. Means execute this step even if any of the previous steps, terminated abnormally.

  2. Means don’t execute this step if any of the previous steps, terminated abnormally.

  3. Means execute only even steps.

  4. Means dont execute only even steps.


Correct Option: A
  1. Sign is stored as a hex value in the last nibble (4 bits ) of the storage.

  2. Sign is stored as a hex value in the first nibble (4 bits ) of the storage.

  3. Sign is over punched with the numeric value stored in the last byte.

  4. Sign is over punched with the numeric value stored in the first byte.


Correct Option: C