ADELIA |
|
|
|
|
(I/B) |
|
|
|
|
Syntax
%END
Description
This instruction marks the end of a block of instructions governed by the "%IF Indicator" instruction.
Example
%QUESTION *YN 20
%%Do you still want to create a transaction ?
Answer: Y
%IF 20
%QUESTION *YN 21
%%Do you want to give a transaction number?
Answer: Y
%IF 21
%QUESTION *TR TRS_NUMBER
%%Specify the number of the transaction to be created.
%CREATE_TRS $TRS_NUMBER 'Transaction title' $TRS_TEMP
%END
%IF N21
%CREATE_TRS 10 'Transaction title' $TRS_TEMP
%END
%END
List of Q/A instructions by topic