ENTER Statement

The ENTER statement allows the use of more than one source language in the same source program. It is syntax checked only.

Read syntax diagramSkip visual syntax diagram
ENTER Statement - Format

         (1)                                       
>>-ENTER------language-name--+--------------+--.---------------><
                             '-routine-name-'      

Notes:
  1. Syntax-checked only.
language-name
A system name that has no defined meaning. It must follow the rules for formation of a user-defined word. At least one character must be alphabetic.
routine-name
Must follow the rules for formation of a user-defined word. At least one character must be alphabetic.