Previous Topic: Parameters Passed to Input ModulesNext Topic: Sample Input Module


Macros for Input Modules

The following system macros are available for use in user-written input modules:

Macro

Marks a field ...

#SET MRETERR

In error by setting the internal MRETERR flag on for the field.

#SET MRECHNG

As changed by setting the internal MRECHNG flag on for the field. If automatic editing is not enabled, the MRECHNG flag will not be set; the user must supply code to set and later test the flag.

#SET MREERAS

As erased by setting the internal MREERAS flag on for the field.

#SET MRETRUN

As truncated by setting the internal MRETRUN flag on for the field.

#SET MRETDIF

As containing data that is different than the data in the record buffer.