ADELIA |
|
|
|
|
(I/B) |
|
|
|
|
Syntax
%LABEL GuideWord
Description
This instruction is used to mark a position in the program template.
You can then go directly to that position using the %GO_TO instruction.
Example
%LABEL CREATE_TRS
%QUESTION *TR TRS_NUMBER
%%Specify the number of the transaction to create.
%CREATE_TRS $TRS_NUMBER 'Create transaction' TRS_TEMP_1
%QUESTION *YN 01
%%Do you want to create another transaction?
%IF 01
%GO_TO CREATE_TRS
%END
List of Q/A instructions by topic