Symbols used in the Node.js profile

You can use substitution symbols in any variable specified in the Node.js profile. The values of these symbols are determined at runtime, so you can use a common profile for many Node.js applications and CICS® regions.

The following symbols are supported:
&APPLID;
When you use this symbol, the symbol is replaced with the value of the APPLID system initialization parameter that is the CICS region application identifier. In this way, you can use the same profile for all regions, and still have region-specific working directories or output destinations. The APPLID is always in uppercase.
&BUNDLE;
When you use this symbol, the symbol is replaced with the name of the CICS bundle from which the NODEJSAPP is being installed.
&BUNDLEID;
When you use this symbol, the symbol is replaced with the ID of the CICS bundle from which the NODEJSAPP is being installed.
&CONFIGROOT;
When you use this symbol, the root directory for the bundle from which the NODEJSAPP is installed is substituted at runtime.
&DATE;
When you use this symbol, the symbol is replaced with the current date in the format Dyymmdd at runtime.
&NODEJSAPP;
When you use this symbol, the name of the NODEJSAPP resource is substituted at runtime. Use this symbol to create unique output or dump files for each Node.js application.
&TIME;
When you use this symbol, the symbol is replaced with the NODEJSAPP start time in the format Thhmmss at run time.
&USSCONFIG;
When you use this symbol, the symbol is replaced with the value of the USSCONFIG system initialization parameter that is the directory for CICS configuration files.
&USSHOME;
When you use this symbol, the symbol is replaced with the value of the USSHOME system initialization parameter that is the directory for CICS Transaction Server product files.