To exclude the RDW we can use "RDW=ON" in the control card
True
False
Which Batch Keyword is used to determine how Unformatted comparison reports should display
PRINT
PRINTCASE
PRINTHORIZ
PRINTMODE
The --------- batch keyword controls whether excluded fields in select tables are reported
SEARCH
SHADOW
STRIP
FIND
REXX means
Restructure EXtended eXecutor language
Restructured EXtending eXecutor language
Restructured EXtended eXecutor language
Restructured EXtended eXecution language
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.
SIG
SIGL
SIL
SIGN
----- Causes REXX to stop executing the current DO-END loop
Exit
Finish
End
Leave
/REXX/ Do forever Say ‘Enter the code :’ Pull code If code = ‘BYE’ then Leave; end Exit Based on the above REXX, what is true?
The above exec will prompt the user for a code until the user enters the code ‘BYE’
The above exec will prompt the user for a code until the user enters the code ‘EXIT’.
Gives Error while Executing
The above exec will prompt the user for a code until the user enters the code ‘END’.
What is the result for the command "SUBSTR('MVS',1,5)"
'MVS'
'MVS '
' MVS'
'MVSSS'
what the Command "“DROPBUF 0” will do?
deletes buffer in the stack
deletes buffer and all elements of stack
deletes elements of stack
All the above
"MAKEBUF" "MAKEBUF" "DROPBUF" "MAKEBUF" "QBUF" What QBUF will return?
Returns 1
Returns 3
Returns 2
Returns 0