FUSDEL
You can use the FUDEL exec to delete a Platform Server request.
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 marked the request for deletion.
-
Non-zero return codes indicate one of the following situations:
- The Platform Server cannot find the request to be deleted on the active queue.
- The user is not authorized to delete the Platform Server request identified by the TRANSNUM parameter.
- The request was already marked for deletion.
- A communication error occurred when performing the task.
Example
The following example shows how to use the FUSDEL exec to delete a Platform Server request:
FUSDEL TRANSNUM=IA01500040
The output of this example is as follows:
retncode===> 0 DELETE completed successfully
If the transfer is already completed, the following message is displayed when you issue this exec:
retncode===> 4 TRANSNUM not found on ACTIVE Queue