|
|
These general guidelines apply to both ccs(CDMT) and cqs(CDMT) component scripts:
See ``Component script environment variables'' for details.
Because the cqs might run before the LOAD phase, it must only refer to files in SharedControl. The ccs can only refer to files in SharedControl until the PRE_LOAD step.
List both the ccs and cqs, along with any package-level subscripts, in the SharedControl package.
In this case, refer to the file by the full SSO pathname. Pass the pathname to the root of the SSO to the ccs using the SSO_SHARED_ROOT environment variable. See ``Component script environment variables''.
custom sets the PATH variable to /ibin. The ccs and cqs scripts should not use the full pathname to refer to files in /ibin. For example, use sed, not /ibin/sed.
After the POST_CONFIGURE step, the ccs can call other executables directly.
See also: