LVLTRC parameter

From m204wiki
Jump to navigation Jump to search

End of input stream message

Summary

Default value
0
Parameter type
User
Where set
On User 0's parameter line or reset by user
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The level of include reached when the given input stream is processed

This parameter is a diagnostic tool to help you find errors in the operational flow of User Language procedures such as trying to INCLUDE too many levels of procedure or substituting dummy strings into the wrong procedure.

Setting LVLTRC to 1 sends the following message to the audit trail at the end of an INCLUDEd input stream such as a procedure, collection of statements, or IFDIAL input:

M204.2138: END OF INPUT STREAM, LEVEL = n

where n is the level of include. Because input streams can be nested as many as four levels deep, n is five or less.

Valid settings of LVLTRC are:

SettingToggles between...
0Off. No audit trail message produced.
1On. Audit trail message produced when Model 204 reaches the end of an input stream.