Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
FILE | Logical file | Qualified object name | Required, Key, Positional 1 |
Qualifier 1: Logical file | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
MBR | Logical file member | Name, *FIRST | Required, Key, Positional 2 |
SHARE | Share open data path | *SAME, *YES, *NO | Optional |
TEXT | Text 'description' | Character value, *SAME, *BLANK | Optional |
Top |
Specifies the logical file that contains the member to be changed.
This is a required parameter.
Qualifier 1: Logical file
Qualifier 2: Library
Top |
Specifies the name of the member to be changed.
Top |
Specifies whether the open data path (ODP) is shared with other programs in the same routing step. When an ODP is shared, the programs accessing the file share facilities such as the file status and the buffer.
Top |
Specifies the text that briefly describes the object.
Top |
CHGLFM FILE(*CURLIB/INV) MBR(FEB) TEXT('Logical file member for FEB')
The command changes the text for the member named FEB in the logical file INV that is found in the specified current library.
Top |
Top |