Tag: mainframe

Questions Related to mainframe

what is the maximum number of characters can be used to name the variable in REXX

  1. 2

  2. 30

  3. 250

  4. 255

  5. 125


Correct Option: C
  1. ... via the TSO command: EXEC 'TBISUSR.REXXCRS.EXEC(DEMO)' EXEC

  2. ...only after allocation of the partitioned dataset TBISUSR.REXXCRS.EXEC to the DD

  3. ... via the TSO command: CALL 'TBISUSR.REXXCRS.EXEC(DEMO)'

  4. ... only after compilation to COBOL, and via the TSO command


Correct Option: A

To receive input from the screen, we use the command:

  1. Read

  2. Pull

  3. Accept

  4. Receive


Correct Option: B
  1. 12.3

  2. 12.3000

  3. 12.346

  4. 12.345


Correct Option: D

REXX has extended tracing possibilities, even interactively. Which command activates the interactive trace?

  1. TRACE R

  2. TRACE ?R

  3. TRACE IR

  4. INTTRACE R


Correct Option: A
  1. Read and write

  2. Execio

  3. Get and put

  4. Read next


Correct Option: B

Valid special characters

  1. #

  2. $

  3. -

  4. .

  5. None of the above


Correct Option: A,B,C,D
  1. Pull

  2. Say

  3. Parse

  4. Return


Correct Option: D