CL Command Reference - CPYGPHPKG

CL Command List > CPYGPHPKG Reference

Description:

The Copy Graph Package (CPYGPHPKG) command copies an existing graph package into a graph package specified by the user.


Examples:

Example 1: Sending a Copy to the Default Library

CPYGPHPKG FROMPKG(MYPKG) TOPKG(YOURPKG)

This command makes a copy of MYPKG and sends it to YOURPKG in the QPFRDATA library.



Example 2: Sending a Copy to a Specified Library

CPYGPHPKG FROMPKG(MYLIB/PKG1) TOPKG(YOURLIB/PKG2)

This command makes a copy of PKG1 in the MYLIB library and sends it to PKG2 in the YOURLIB library.