How to correct the RC(84) - COMMAND BUFFER PARSE ERROR when using OPSREPLY
Customer is trying to use the OPSREPLY function to reply to an outstanding message when shutting down started tasks prior to system shutdown (e.g. OPSREPLY JOBNAME(nnnnnnnn) TEXT(STOP)).
When the OPSREPLY executes, a RC(84) is returned.
Sample REXX code used:trace iimstask = 'x'Address TSO "OPSREPLY JOBNAME("imstask") TEXT(/XYZ FREEZE)"say 'rc='rcdo while queued() <> 0 pull q say '>>' qendreturn
For more information on the OPSREPLY, please refer to the OPSREPLY Command Processor section.