Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Work with Registration Information Command (WRKREGINF) shows information about exit points and exit programs. Information about a single exit point, multiple exit points and the exit programs associated with the exit points are displayed. The command is similar to the Retrieve Exit Information (QUSRTVEI) Application Programming Interface (API).
For more information on Registration Information refer to the Application programming interfaces information in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter book.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
EXITPNT | Exit point | Generic name, name, *REGISTERED, *UNREGISTERED, *ALL | Optional, Positional 1 |
FORMAT | Exit point format | Generic name, name, *ALL | Optional, Positional 2 |
OUTPUT | Output | Optional |
Top |
Specifies the name of the exit point to work with.
The possible values are:
Top |
Specifies the format name of the exit point to work with.
The possible values are:
Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
The possible values are:
Top |
Example 1: Printing Registration Information
WRKREGINF OUTPUT(*PRINT)
This command produces a report of all registered exit points and their exit programs using the QSYSPRT printer file.
Example 2: Displaying Registration Information
WRKREGINF EXITPNT(*REGISTERED) FORMAT(FMT*)
This command displays all registered exit points with a format name that starts with the letters 'FMT'.
Top |
*ESCAPE Messages
Top |