Tag: mainframe

Questions Related to mainframe

What is the code for the error condition "Empty File"?

  1. 10

  2. 35

  3. 23

  4. 28


Correct Option: B

Which variable will have the value returned by a subroutine once it completes?

  1. RC

  2. RETVAL

  3. RESULT

  4. RV


Correct Option: C

Which of the following can be used to read and write from a file? Choose all that apply

  1. DATA STACK

  2. QUEUE

  3. COMPOUND VARIABLE

  4. SYMBOLIC VARIABLE


Correct Option: A

Which ISPEXEC statement is used to retrieve values from ISPF profile?

  1. ISPFGET

  2. VGET

  3. PULL

  4. VPUT


Correct Option: B

Which instruction is used to transfer the control to a subroutine?

  1. INTERPRET

  2. ITERATE

  3. CALL

  4. LEAVE


Correct Option: C