Composite Post-Processor Variables
A Composite post-processor is a combination of different post-processors or components. A set of system macro variables are available to trace and control composite post-processor execution.
The $CPPADS Variable
Array of component designator Type: String, Read-only |
The $CPPADS variable is an array of length $CPPCNT containing all the component designators.
The $CPPANM Variable
Array of component names Type: String, Read-only |
The $CPPANM variable is an array of length $CPPCNT containing all the component (individual post-processor) names.
The $CPPCNT Variable
Count of components Type: Numeric, Read-only |
The $CPPCNT variable indicates the number of components (individual post-processor) in the composite post-processor.
The $CPPDATE Variable
Current active composite component creation date Type: String, Read-only |
The $CPPDATE variable contains the creation date of the active composite post-processor component.
The $CPPDES Variable
Current component designator Type: Minor Word, Read-only |
The $CPPDES variable contains the designator of the current post-processor component.
The $CPPFIL Variable
Current component full database name Type: String, Read-only |
The $CPPFIL variable contains the database full post-processor name of the current component.
The $CPPNAM Variable
Current component name Type: String, Read-only |
The $CPPNAM variable contains the post-processor name of the current component.
The $CPPPDS Variable
Previous designator name Type: String, Read-only |
The $CPPPDS variable contains the designator of the previous component.
The $CPPPFL Variable
Previous component full database name Type: String, Read-only |
The $CPPPFL variable contains the database full post-processor name of the previous component.
The $CPPPNM Variable
Previous component name Type: String, Read-only |
The $CPPPNM variable contains the post-processor name of the previous component.
The $CPPTNP Variable
Primary tape file name Type: String, Read-only |
The $CPPTNP variable is an array of length $CPPCNT containing the primary tape file names for all of the machine components.
The $CPPTNS Variable
Secondary tape file name Type: String, Read-only |
The $CPPTNS variable is an array of length $CPPCNT containing the secondary tape file names for all of the machine components.