aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • REXX Programming Fundamentals
  • Pick the REXX reserved variables from the following list?
Multiple choice technology mainframe

Pick the REXX reserved variables from the following list?

  1. RC

  2. RESULT

  3. ADDRESS

  4. SIGL

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer

Keep practicing — related questions

  • What variable is used to hold the RC of REXX program?
  • What is the REXX instruction used to pass back the control to the caller of the subroutine or a fuction?
  • BYE is the REXX instruction used to return the variables to their initialised/uninitialised state.
  • Consider the following clauses: var_1 = 2 var_2 = 3 IF var_1 = var_2 THEN var_3 = var_1 var_4 = var_2 var_5...
  • A REXX program should be compiled before it can be executed?
  • SIGL instruction ?
  • %MYPRINT ABCDEFGHIJKLMNOP ------------------------------------ /*REXX */ PARSE ARG 1 VAR1 5 7 VAR2 9 ------...
  • How will you un-assign a variable which is used in the same REXX exec?
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy