BeginProg, EndProg (Begin Program, End Program)

The BeginProg instruction is used to mark the beginning of a program. EndProg marks the end of a program.

Syntax

BeginProg

      ...

      ...

EndProg

Remarks

All of the instructions for the main program fall between the BeginProg and EndProg statements. Program Variables, Data tables, and Subroutines must be defined before the main program.