FUSHOLD
You can use the FUSHOLD exec to hold a Platform Server request that is currently inactive.
Required Parameter
The following table lists the required parameter of the FUSHOLD 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 FUSHOLD exec are as follows:
- A zero return code indicates that the Platform Server has put the request on the hold status.
-
Non-zero return codes indicate one of the following situations:
- The Platform Server cannot find the request to be held on the active queue.
- The user is not authorized to hold the Platform Server request identified by TRANSNUM parameter.
- The request was in a state that cannot be held, such as ACTIVE or DELETE PENDING.
- A communication error occurred when performing the task.
Example
The following example shows how to use the FUSHOLD exec to hold a Platform Server request that is currently inactive:
FUSHOLD TRANSNUM=IA01500044
The output of the example is as follows:
retncode===> 0 HOLD completed successfully