Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Graph Package (CHGGPHPKG) command changes a graph package that includes one or more graph formats.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
GPHPKG | Graph package | Qualified object name | Required, Key, Positional 1 |
Qualifier 1: Graph package | Name | ||
Qualifier 2: Library | Name, QPFRDATA, *CURLIB | ||
TEXT | Text 'description' | Character value, *BLANK, *SAME | Optional |
GPHFMT | Graph format | Single values: *SAME, *SELECT Other values (up to 25 repetitions): Name |
Optional |
Top |
Specifies the graph package to create or change.
This is a required parameter.
Top |
Specifies the user-defined text that briefly describes the graph format or graph package.
Top |
Specifies the graph formats to include in the graph package.
Top |
Example 1: Changing Graph Package to Contain Three Formats
CHGGPHPKG GPHPKG(EXAMPLE) TEXT('THIS IS AN EXAMPLE') GPHFMT(GPH1 GPH9 GPH12)
This command changes a graph package called EXAMPLE to contain three formats, GPH1, GPH9, and GPH12. This package is located in the default library, QPFRDATA.
Example 2: Changing Graph Package to Contain Two Formats
CHGGPHPKG GPHPKG(MYLIB/MYPKG) TEXT('MY PACKAGE') GPHFMT(MYGPH1 MYGPH2)
This command changes a graph package called MYPKG to contain the formats of MYGPH1 and MYGPH2. MYPKG is located in the MYLIB library.
Top |
*ESCAPE Messages
Top |