ADELIA |
|
|
|
|
(I) |
|
|
|
|
Syntax
%CREATE_TRS TransactionNum TransactionTitle TransactionTemplateName
Note: TransactionNum, TransactionTitle and TransactionTemplateName can be the name of variables to substitute.
Description
This instruction allows the automatic creation of the description for a transaction in an interactive program.
Example
1. %CREATE_TRS 01 'Create a transaction ' TRS_TEMP_1
In this example, transaction # 1 is created. The transaction template TRS_TEMP_1 is attached to it.
2. %CREATE_TRS $TRS_NUMBER $TRS_TITLE TRS_TEMP_1
In this example, a TRS_TEMP_1-type transaction is created. Its number and its description are specified by means of variables.
List of Q/A instructions by topic