Pages

Jul 14, 2011

Parameter *INCLUDE... more Script logic

Multiple files can be combined into one logic file by the use of the instruction INCLUDE. During the LGX generation of the script logic execution step, the statements in INCLUDE file are combined with main file.


Working with *INCLUDE will facilitate debugging since you can debug each Include separately.

The file has the extension .LGF, which can be called at validation by using the INCLUDE function in your logic file.

Use the *INCLUDE command to have one logic file call another logic file.

No comments:

Post a Comment