Tag: mainframe
Questions Related to mainframe
Which Batch Keyword is used to determine how Unformatted comparison reports should display
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.
----- Causes REXX to stop executing the current DO-END loop
/REXX/ Do forever Say ‘Enter the code :’ Pull code If code = ‘BYE’ then Leave; end Exit Based on the above REXX, what is true?
What is the result for the command "SUBSTR('MVS',1,5)"
what the Command "“DROPBUF 0” will do?