Work with Objects by Owner (WRKOBJOWN)

Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The Work with Objects by Owner (WRKOBJOWN) command is used to manage objects for any user profile. This command displays objects owned by a user profile and performs the following:

Restrictions: You must have read (*READ) authority to the specified user profile.

Top

Parameters

Keyword Description Choices Notes
USRPRF User profile Name, *CURRENT Optional, Positional 1
Top

User profile (USRPRF)

Specifies the user profile whose owned objects are to be shown.

*CURRENT
Objects owned by the user profile that is running the WRKOBJOWN command are shown.
name
Specify the name of the user profile whose owned objects are to be shown.
Top

Examples

Example 1: Working With Objects Owned by the Current User Profile

WRKOBJOWN   USRPRF(*CURRENT)

This command displays the Work with Objects by Owner panel, showing a list of the objects owned by the user running this command.

Example 2: Working With Objects Owned by a User Profile

WRKOBJOWN   USRPRF(BARTH)

This command displays the Work with Objects by Owner panel, showing a list of the objects owned by user profile BARTH.

Top

Error messages

*ESCAPE Messages

CPFA0AB
Operation failed for object. Object is &1.
CPFA1BF
Object &1 is not accessible.
CPFA1C0
Object &1 is not accessible.
CPF2204
User profile &1 not found.
CPF2213
Not able to allocate user profile &1.
CPF2217
Not authorized to user profile &1.
Top