CL Command Reference - CRTGPHPKG
CL Command List > CRTGPHPKG Reference
Description:
The Create Graph Package (CRTGPHPKG) command creates a graph package containing one or more graph formats.
Examples:
Example 1: Creating a Package that Contains Three Formats
CRTGPHPKG GPHPKG(EXAMPLE) TEXT(¡¯THIS IS AN EXAMPLE¡¯)
GPHFMT(GPH1 GPH9 GPH12)
This command creates a graph package called EXAMPLE, which contains three formats, GPH1, GPH9, and GPH12. This package is saved in the default library, QPFRDATA.
Example 2: Creating a Package that Contains Two Formats
CRTGPHPKG GPHPKG(MYLIB/MYPKG) TEXT(¡¯MY PACKAGE¡¯)
GPHFMT(MYGPH1 MYGPH2)
This command creates a graph package called MYPKG which contains the formats of MYGPH1 and MYGPH2. MYPKG is saved in library MYLIB.