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 can not 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