beautypg.com
35
Subprograms
S
= Jump;
R
= Return jump
Any Program as a Subprogram1
The calling program A runs up to the program call CALL PGM B.
2
The called program B runs through to its end.
3
The calling program A resumes.
The called program must not end with M2 or M30!