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