ENDINTAB macroinstruction

The ENDINTAB macroinstruction defines the end of an interpret table. Code one ENDINTAB macroinstruction after one or more LOGCHAR macroinstructions to define the end of an interpret table. You can also follow the ENDINTAB macroinstruction with an assembler language END statement or with CSECTs containing one or more user-written logon-interpret routines.

If you code an assembler language END statement, it must be in the format:
END name

where name is the label of the INTAB macroinstruction and specifies the main entry point.

Follow the ENDINTAB macroinstruction with an assembler language END statement unless the interpret table is to be followed by CSECTs containing one or more user-written APPLID routines, as described in Coding logon-interpret routines.