Tag: mainframe

Questions Related to mainframe

Which Batch Keyword is used to determine how Unformatted comparison reports should display

  1. PRINT

  2. PRINTCASE

  3. PRINTHORIZ

  4. PRINTMODE


Correct Option: C
  1. Restructure EXtended eXecutor language

  2. Restructured EXtending eXecutor language

  3. Restructured EXtended eXecutor language

  4. Restructured EXtended eXecution language


Correct Option: C

When the language processor transfers control to another routine or another part of the exec, it sets the ----special variable to the line number from which the transfer occurred.

  1. SIG

  2. SIGL

  3. SIL

  4. SIGN


Correct Option: B

----- Causes REXX to stop executing the current DO-END loop

  1. Exit

  2. Finish

  3. End

  4. Leave


Correct Option: D

/REXX/ Do forever Say ‘Enter the code :’ Pull code If code = ‘BYE’ then Leave; end Exit Based on the above REXX, what is true?

  1. The above exec will prompt the user for a code until the user enters the code ‘BYE’

  2. The above exec will prompt the user for a code until the user enters the code ‘EXIT’.

  3. Gives Error while Executing

  4. The above exec will prompt the user for a code until the user enters the code ‘END’.


Correct Option: A

What is the result for the command "SUBSTR('MVS',1,5)"

  1. 'MVS'

  2. 'MVS '

  3. ' MVS'

  4. 'MVSSS'


Correct Option: B

what the Command "“DROPBUF 0” will do?

  1. deletes buffer in the stack

  2. deletes buffer and all elements of stack

  3. deletes elements of stack

  4. All the above


Correct Option: B