Variables for All Step Types that Use Path
The order by which the PeopleTools runtime will pick up objects from the file system is as follows:
-
Staging directory
-
PS_CUST_HOME
-
PS_APP_HOME
-
PS_HOME
Change Assistant will loop through the paths in order of precedence until it finds the first instance of the file object at which time it will execute the step.
The following variables can be used for parameters requiring a path.
| Variable | Description |
|---|---|
|
#ALL_PATHS_TGT |
Uses the path values defined for the target database current environment. |
|
#ALL_PATHS_SRC |
Uses the path values defined for the source database current environment. |
|
#ALL_PATHS_ODMO |
Uses the path values defined for the copy of demo database current environment. |
|
#ALL_PATHS_PROD |
Uses the path values defined for the production database current environment. |
|
#ALL_OLD_PATHS_TGT |
Uses the path values defined for the target database old environment. |
|
#ALL_PATHS_TGT_CBL |
The location of COBOL files differs depending on whether you are using Windows or Linux. COBOL files are stored in:
This parameter is used to find the path for COBOL files. Note: This parameter is only available for #FILELOCATION. |