FUSREL
You can use the FUSREL exec to release a Platform Server request that is in the held state, and allow it to be executed.
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 FUSREL exec are as follows:
- A zero return code indicates that the Platform Server has released the request.
- Non-zero return codes indicate one of the following situations:
- The Platform Server cannot find the request to be released on the active queue.
- The user is not authorized to release the Platform Server request identified by TRANSNUM parameter.
- The request was in a state that cannot be released, such as ACTIVE or DELETE PENDING.
- A communication error occurred when performing the task.
Example
The following example shows how to use the FUSREL exec to release a Platform Server request that is in the held state:
FUSREL TRANSNUM=IA01500042
The output of the example is as follows:
retncode===> 0 RELEASE completed successfully