Chapter 4-3: Specifying Statements
Miscellaneous Operands
There are a few other miscellaneous operands that are unique to a specific statement or to a category of statements. For example:
BEG LOOP A = 001 TO 010 STEP 001
* (perform processing
END LOOP A
Here, the BEG LOOP and END LOOP statements both have a loop index operand while the BEG LOOP statement also has operands for "from", "to", and "step" values.
Table 4-1-1 provides a complete list of statement keywords by category, and Chapter 4-6: ILF Keyword Reference describes each statement in detail, including any unique operands. The format template displayed after entering the keyword in the ILF editor also assists you in determining the type of entry that is required.
APPX Application Design Manual (01/13/03)
© 2003 by APPX Software, Inc. All rights reserved