CSL RM process step response directive
The Process Step Response directive is sent to RM by a client that is responding to a process step with a CSLRMPRR request.
Process step response parameters
- RDIR_PRRESP
- Identifies the start of the process step response directive.
- RDIR_PRTKNLEN=length
- Contains the length of the process token (PRCTOKEN), which uniquely identifies the IMSplex-wide process. PRCTOKEN is returned after the CSLRMPRI FUNC=INITIATE request successfully completes. PRCTOKEN can be specified on CSLRMPRS FUNC=PROCESS, CSLRMPRR FUNC=RESPOND, and CSLRMPRT FUNC=TERMINATE requests.
- RDIR_PRTKNPTR=address
- Contains the address of the PRCTOKEN.
- RDIR_PROUTLEN=length
- Contains the length of the process step response output (OUTPUT).
The response output is passed back to the originator of the process
step. OUTPUT is specified on the
CSLRMPRR FUNC=RESPONDrequest. - RDIR_PROUTPTR=address
- Contains the address of the response output (OUTPUT).
- RDIR_PRRCLEN=length
- Contains the process step response return code (RQSTRC). The return code is specified by the CSLRMPRR FUNC=RESPOND request.
- RDIR_PRRCPTR=address
- Contains the address of the process step response return code (RQSTRC).
- RDIR_PRRSNLEN=length
- Contains the length of the process step response reason code (RQSTRSN), which is specified by the CSLRMPRR FUNC=RESPOND request.
- RDIR_PRRSNPTR=address
- Contains the address of the process step response reason code (RQSTRSN).