LINK [options] rom[,rom]...[ON lmn][;lid[,lid]...] [UNDER FDP]
  or
LINK [options] rom[,rom]...[OVER lmn][;lid[,lid]...] [UNDER FDP]
@
RUN [options] [rom[,rom]...] [ON lmn][;lid[,lid]...] [UNDER FDP]
  or
RUN [options] [rom[,rom]...] [OVER lmn][;lid[,lid]...] [UNDER FDP]
  or
RUN [options] [rom[,rom]...] [ON lmn][;lid[,lid]...] [UNDER DELTA]
  or
RUN [options] [rom[,rom]...] [OVER lmn][;lid[,lid]...] [UNDER DELTA]
@
Forms the load module as specified.
Options:
      library search:  (L), (NL), (Ji), (Pi), (FDP), (NP)
           default:  (L), (P1)
      display:  (D), (ND), (C), (NC), (M), (NM)
           default:  (D), (C), (NM)
      symbol tables:  (I), (NI)
           default:  (I)
      execute accounts:  (EX)
      rom  may be fid or $; parentheses enclosing roms cause merge
           of symbol tables.
      lid  must name a file containing one or more roms.
@
Loads the specified module and starts execution.
Options:
      library search:  (L), (NL), (Ji), (Pi), (FDP), (NP)
           default:  (L), (P1)
      display:  (D), (ND), (C), (NC), (M), (NM)
           default:  (D), (C), (NM)
      symbol tables:  (I), (NI)
           default:  (I)
      rom  may be fid or $; parentheses enclosing roms cause merge
           of symbol tables.
      lid  must name a file containing one or more roms.
@
Example:
    LINK (D,A),(NI)B,C ON F;G,H
       (A load module F is to be created from files A, B, C, and
        D.  Internal symbols for files B and C are not to be
        included in the load module.  Internal symbols for files D
        and A are to be merged.  Two user libraries, G and H, are to
        P1 is to associated (by default) with the load module, but
        no search of the system library is required.)
@
Example:
    RUN (L)(P2)(I)A,B,(NI)C;D
       (Three load modules, A, B, and C, are to be loaded.  The
        internal symbols for A and B are to be kept with the
        resulting load module.  The internal symbols for C are not.
        User library D and the system library are to be searched
        for external references that have not been satisfied by the
        program.  Library P2 is to be associated  with the program.)
@
L
      Search system library.
NL
      Do not search system library.
Ji
      Associate ith public library of type J.
Pi
      Associate ith public library of type P.
FDP
      Associate public library P0.
NP
      Do not associate any public library.
D
      Display undefined internal and external symbols.
ND
      Do not display undefined internal and external symbols.
C
      Display conflicting internal and external symbols.
NC
      Do not display conflicting internal and external symbols.
M
      Display load dump.
NM
      Do not display load dump.
I
      Include symbol table with load module.
NI
      Do not include symbol table with load module.
EX
    EX,acct[,acct]...  specifies those accounts which may
      execute this lmn.  Up to 8 accounts may be specified.
      The value ALL may be used to specify that any account may
      execute the lmn.  (This is the default if no EX option
      is specified.)  The value NONE may be used to specify that
      no other account may execute the lmn.
JI
PI
      Associate ith public library of type P.
@
L
      Search system library.
NL
      Do not search system library.
Ji
      Associate ith public library of type J.
Pi
      Associate ith public library of type P.
FDP
      Associate public library P0.
NP
      Do not associate any public library.
D
      Display undefined internal and external symbols.
ND
      Do not display undefined internal and external symbols.
C
      Display conflicting internal and external symbols.
NC
      Do not display conflicting internal and external symbols.
M
      Display load dump.
NM
      Do not display load dump.
I
      Include symbol table with load module.
NI
      Do not include symbol table with load module.
JI
      Associate ith public library of type J.
PI
      Associate ith public library of type P.
@
LINK
RUN
****
XXXXXXXXXXXXXXXXXXXXXXXXX
LINK                     X
RUN                      X
                         X (ENDS THE TABLE)
