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 i
imstask = 'x'
Address TSO "OPSREPLY JOBNAME("imstask") TEXT(/XYZ FREEZE)"
say 'rc='rc
do while queued() <> 0
pull q
say '>>' q
end
return
For more information on the OPSREPLY, please refer to the OPSREPLY Command Processor section.