Display User Print Info (DSPUSRPRTI)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Display User Print Information (DSPUSRPRTI) command displays the user print information for the specified user profile.

Top

Parameters

Keyword Description Choices Notes
USER User Name, *CURRENT Optional, Positional 1
OUTPUT Output *, *PRINT Optional, Positional 2
Top

User (USER)

Specifies the name of the user whose print information is to be displayed.

*CURRENT
The user profile under which the current job is running is used.
name
Specify the name of the user whose user print information is to be displayed.
Top

Output (OUTPUT)

Specifies whether the output from the command is shown at the requesting work station or printed with the job's spooled output. More information on this parameter is in the CL concepts and reference topic in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter book.

*
Output requested by an interactive job is shown on the display. Output requested by a batch job is printed with the job's spooled output.
*PRINT
The output is printed with the job's spooled output.
Top

Examples

DSPUSRPRTI   USER(FEIST)

This command displays the user print information for user profile FEIST.

Top

Error messages

*ESCAPE Messages

CPF2204
User profile &1 not found.
CPF2217
Not authorized to user profile &1.
CPF2247
Internal security object not available. Reason code &1.
Top