Job Management Partner 1/Software Distribution Administrator's Guide Volume 2

[Contents][Glossary][Index][Back][Next]

4.26.15 PACKAGING_INFORMATION (specifying package attribute information)

The PACKAGING_INFORMATION tag specifies information for the identification of a package. This tag can be used in the following commands: dcminst, dcmpack, dcmpkget, and dcmpkrm.

The following shows the contents of specifiable parameters and the correspondence between parameters and command arguments:

Parameter Description Command argument
package_name Package name /p package-name
package_id Package ID /I package-ID
version_revision Version/revision /v version-revision
generation Generation /G generation
cabinet_name Cabinet name /c cabinet-name
cabinet_id Cabinet ID /C cabinet-ID
package_code Code type /KW or /KP
Organization of this subsection
(1) Format
(2) Explanation
(3) Specifiable reserved words
(4) Notes

(1) Format

PACKAGING_INFORMATION{
package_name=package-name
package_id=package-id
version_revision=version/revision
generation=generation
cabinet_name=cabinet-name
cabinet_id=cabinet-id
package_code=package-code
}

(2) Explanation

(3) Specifiable reserved words

The following reserved words can be used in this tag: \CY, \CM, \CD, \CH, \CN, \CS, \BY, \BM, \BD, \BH, \BN, \BS, \VERSION, \PKGID, \FILE, \SIZE, and \BASE, subject to the following restrictions:

(4) Notes

If you want to specify more than one package in the dcminst or dcmpkget command, you can specify more than one package parameter set in a PACKAGING_INFORMATION tag. Enclose each package parameter set in a pair of braces ({}).

The following is an example of specifying multiple packages in a PACKAGING_INFORMATION tag.

PACKAGING_INFORMATION{
{* Information about package 1
package_name=PACKAGE1
package_id=PACK01
       :
}
{* Information about package 2
package_name=PACKAGE2
package_id=PACK02
       :
}
}