|
|
The cqs takes two arguments:
The keyword_list is a space-separated list of one or more keywords that apply to the current query being performed by the cqs:
The package_list is a space-separated list of the
fully-qualified package names in the component.
Package names are in the form:
vendorCode:componentCode:packageCode.
See ``Component identifiers'' in Developer's Topics.
To use the simpler package instead, use the getPackageCode function in the ccsSetup(CDMT) library. Note that packages are listed if any of its subpackages are selected, but this does not mean that a package is fully selected.
Value | Variable | Description |
---|---|---|
0 | OK | script executed successfully. |
1 | FAIL | script execution was unsuccessful and the installation or removal is aborted; the user can choose to STOP the component. |
2 | WARN | script execution logged warnings, but the installation or removal proceeded; the user can choose to STOP or continue the component. |
3 | STOP | script stopped processing on this component (the component is left in the state it was in when the cqs returned STOP), but continued other component installation without user intervention. |
SSOroot/cntl/cqs
``Software management phases''
and
``Component script guidelines'' in Developer's Topics