CMDMSG
Returns the current contents of the command line and message lines
as currently displayed in the IDF Command window.
Also see LASTMSG.
All messages generated by IDF are returned with message prefixes, even if the MSGID option is OFF and the message is displayed without the message id. User messages issued with a SET MSG command do not have a message id.
REXX variables set
- COMMAND
- The current value of command line
- MSG1
- The current value of message line 1
- MSG2
- The current value of message line 2