Questions Related to mainframe

Multiple choice technology mainframe
  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

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology mainframe
  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.

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology mainframe
  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.

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology mainframe
  1. Gives control to the verb following the next period & gives control to the next verb after the explicit scope terminator.

  2. Gives control to the next verb after the explicit scope terminator & gives control to the verb following the next period.

  3. Both are same.

  4. Control goes to the next paragraph & control goes to next section

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology mainframe
  1. Link option is AMODE=24 and RMODE=ANY. Compile option should have SIZE(MAX).

  2. Link option is AMODE=31 and RMODE=31. Compile option should not have SIZE(MAX).

  3. Link option is AMODE=24 and RMODE=24. Compile option should not have SIZE(MAX).

  4. Link option is AMODE=31 and RMODE=ANY. Compile option should not have SIZE(MAX).

Reveal answer Fill a bubble to check yourself
D Correct answer