Tag: mainframe

Questions Related to mainframe

To know who is using the member currently when we get “member in use” message in ISPF, what command to be issued?

  1. Press F1 twice

  2. Press F4 twice

  3. Press F6 twice

  4. Press F2 twice


Correct Option: A

When CUT command is issued ,the cut content is placed in clipboard.Is it possible to view/edit the clipboard with any command?

  1. can only view the clipboard , edit is not possible

  2. view/edit both not possible with any command

  3. view/edit both possible with CUT SHOW command

  4. view/edit both possicle with CUT DISPLAY command


Correct Option: D

How many comparisons can a single COBOL if statement make?

  1. 1

  2. 2

  3. no limit

  4. 99


Correct Option: A
  1. Infinite loop

  2. Logical Error

  3. Runtime Error

  4. All of the above


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

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

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

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


Correct Option: A
  1. This is an alternate name for the 05 name.

  2. This is a breakdown of the 05 field.

  3. This is another format for the field.

  4. All of these answers.


Correct Option: B

Condition names are names associated with a field that take on a true/false status depending on whether their value is equal to the field value. They are indicated by a level number of what?

  1. 5

  2. 66

  3. 88

  4. 77


Correct Option: C

Which of the following isolation levels will lock all rows scanned to build a result data set?

  1. Uncommitted Read

  2. Cursor Stability

  3. Read Stability

  4. Repeatable Read


Correct Option: D