Performing Operator Control or Detailed Inquiry

You can use execs to perform operator control and detailed inquiry on transfers based on transaction numbers.

The following operator control functions are supported:

  • FUSDEL: deletes a platform server request.
  • FUSHOLD: holds a platform server request that is currently inactive.
  • FUSREL: releases a platform server request that is in the hold state.
  • FUSSEL: performs detailed inquiry on a request.
  • FUSSUSP: suspends a request that is currently active.

These operator control functions uses the platform server transaction number as the sole parameter for identifying the request. The FUSDEL, FUSHOLD, FUSREL, and FUSSUSP execs only check the active queue for a request that matches the transaction number. The FUSSEL exec checks both the active queue and the history queue to find a match on the transaction number.

In addition, you can use the GLOBAL BOSSID parameter to restrict the users who can administer the platform server work queue. For more information of how to secure operator control, see Securing Operator Control.