FUSSUSP
You can use the FUSSUSP exec to suspend an active Platform Server request, and put it in the held status.
Required Parameter
The following table lists the required parameter of the FUSDEL exec:
| Parameter | Description |
|---|---|
| TRANSN | TRN | Defines the fully qualified transaction number (10 bytes) associated with the request. |
Optional Parameter
The following table lists the optional parameter of the FUSDEL exec:
| Parameter | Description |
|---|---|
| CONFIG | CFG | Defines the configuration file used by the Platform Server exec.
If this parameter is not defined, the Platform Server REXX uses the default configuration. |
Return Codes
The return codes of the FUSDEL exec are as follows:
- A zero return code indicates that the Platform Server has suspended the request.
-
Non-zero return codes indicate one of the following situations:
- The Platform Server cannot find the request to be suspended on the active queue.
- The user is not authorized to suspend the Platform Server request identified by TRANSNUM parameter.
- The request was in a state that cannot be suspended, such as INACTIVE, HOLD, or DELETE PENDING.
- A communication error occurred when performing the task.
Example
The following example shows how to use the FUSSUSP exec to suspend an active Platform Server request:
FUSSUSP TRANSNUM=IA01500042
The output of the example is as follows:
retncode===> 0 SUSPEND completed successfully