Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Product Object Description (CHGPRDOBJD) command is used to update product information in object descriptions.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
OBJ | Object name | Qualified object name | Required, Positional 1 |
Qualifier 1: Object name | Generic name, name, *ALL | ||
Qualifier 2: Library | Name | ||
OBJTYPE | Object type | Character value, *ALL | Required, Positional 2 |
PRDID | Product ID | Character value | Required, Positional 3 |
RLS | Release level | Character value | Required, Positional 4 |
OPTION | Product option | 1-99, *BASE | Required, Positional 5 |
LODID | Load ID | Character value, *CODEDFT | Required, Positional 6 |
Top |
Specifies the qualified name of the object being changed.
The possible values are:
The possible library value is:
Top |
Specifies the types of objects being changed.
The possible values are:
Note: Object type *PRDAVL is not valid.
Top |
Specifies the 7-character identifier (ID) for the product to which the objects being changed belong.
Top |
Specifies the version, release, and modification level of the product to which the objects being changed belong.
Top |
Specifies the product option to which the objects being changed belong.
The possible values are:
Top |
Specifies the ID of the product load to which the objects being changed belong.
The possible values are:
Top |
CHGPRDOBJD OBJ(MYLIB/*ALL) OBJTYPE(*ALL) PRDID(9XYZ123) RLS(V5R2M0) OPTION(*BASE) LODID(*CODEDFT)
This command changes the object description of all objects in library MYLIB. These objects are now marked to belong to the code load for the base option of product 9XYZ123 for release V5R2M0.
Top |
*ESCAPE Messages
Top |