Marking a program as callable by containing programs
Use the COMMON
attribute in the PROGRAM-ID
paragraph
to specify that a program can be called by the containing program or by any program in the
containing program. The COMMON
program cannot be called by any program contained
in itself.