About Application Rule Templates
An application rule template defines a group of transition rule templates that are used to create an application.
NOTE  Application rule templates are not the same as build templates. For details about build templates and the templating language see the Developer’s API Reference.
Application Rule Template Examples
CICS COBOL Program w/Assembler
|
Input Mask |
Transition Rule Template |
Output Mask |
|---|---|---|
|
COBOL() |
COBOL Compile |
OBJ() |
|
COBOL() |
CICS COBOL Compile |
OBJ() |
|
ASM() |
Assembler Compile |
OBJ() |
|
OBJ() |
General Program Link |
LOAD() |
MS .NET Executable
|
Input Mask |
Transition Rule Template |
Output Mask |
|---|---|---|
|
stdafx.cpp |
MS C++ Compilation Creating PCH |
stdafx.obj,stdafx.pch |
|
*.cpp,*.pch |
MS C++ Compilation Using PCH |
*.obj |
|
*.obj |
MS C/C++ Linkage |
*.exe |
Related Topics