0

mainframe Online Quiz - 26

Description: mainframe Online Quiz - 26
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0

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

  1. =

  2. =

  3. =>

  4. >


Correct Option: C

The clause IF A IS NOT POSITIVE is the same as the clause IF A IS NEGATIVE.

  1. True

  2. False


Correct Option: B

Condition names are always in Area B

  1. True

  2. False


Correct Option: A

When a literal is stored in a numeric identifier, it is stored as letters.

  1. True

  2. False


Correct Option: B

Like all other level numbers, the condition name level number 88 also appears in the working-storage section of the data division.

  1. True

  2. False


Correct Option: A

An iteration will continue while the condition is false

  1. True

  2. False


Correct Option: B

Parenthesis don’t change the order in precedence.

  1. True

  2. False


Correct Option: B

An in-line perform never ends with an end-perform.

  1. True

  2. False


Correct Option: B

Condition names use level number 88 and appear in the working storage section.

  1. True

  2. False


Correct Option: A

When using Perform Until it is already known how many times the loop will execute

  1. True

  2. False


Correct Option: B

Can same Local data area (LDA) be used by many programs ?

  1. True

  2. False


Correct Option: A

A Subprogram can reference multiple PDAs?

  1. True

  2. False


Correct Option: A

subprograms and helproutines can have GDA

  1. True

  2. False


Correct Option: B

When a map is used to define a screen layout, a one line message area is automatically reserved

  1. True

  2. False


Correct Option: A

Windows allow you to view a logical page. does it mean A window is always present ?

  1. True

  2. False


Correct Option: A

When you access an existing record or add a new one, you can obtain the ISN and use it subsequently to re-access the record

  1. True

  2. False


Correct Option: A

For is used when the number of iterations is not fixed, and termination of the processing loop is dependent on a dynamic condition.

  1. True

  2. False


Correct Option: B

PERFORM can executes external & in-line subroutine both

  1. True

  2. False


Correct Option: A

FETCH causes the currently active module and all lower level modules to terminate and control to pass to the “fetched” program.

  1. True

  2. False


Correct Option: A
- Hide questions