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