109
MANUAL DO USUÁRIO DC-2000 / PROGRAMA WINTASKGEN - Revisão 1.5
4.2 Procedure Commands
4.2.1 MAC
Syntax:
Command
Name
MAC
MAC_ Name
Description: Define a Macro batch with name MAC_Name.
Examples:
Define the macro name as "MENU" Its function is for a display menu.
Line No.
Command
Name
1
MAC
MENU
2
.
3
.
4
LOP
4.2.2 LST e LOP
Syntax:
Command
Name
LST
LOP
Description:
To control process flow put LST at loop start point and put LOP into loop return
point (Return to Loop start point).
Examples:
Read customer name from keypad save to data field CUSTOMER.
Line No.
Operator
Source Operand
1
MAC
MENU
2
LST
3
IPF
CUSTOMER
4
.
5
NRC
6
LOP