Previous Topic: Registers Immediately Prior to User Edit ModuleNext Topic: #START Macro


System Macros

User-written edit modules should begin with the #START macro and exit with the #RTN macro. Modules that do not include these macros must include code that performs the equivalent functions.

The #START and #RTN macros are presented separately here.