Pathmaker Reference Manual

Macro Definition and Commands
Macro Language
3–8 067869 Tandem Computers Incorporated
Example
In the following example, the IF command evaluates whether a Tandem defined
construct variable,
File-System
, evaluates to SQL. If
File-System
does equal
SQL, the system uses all lines following until it encounters the text string end-oper.
% IF #File-System = “SQL” USE LINES UNTIL TAG end-oper
.
.
.
% END-IF end-oper