*SRVPGM

From MidrangeWiki
Revision as of 16:50, 16 June 2006 by David (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

*SRVPGM's are collections of *MODULE's bound into a single container. They are not directly executable.

In order to be used, a *SRVPGM must be bound to a *PGM (directly or indirectly).

*SRVPGM's are roughly analgous to Unix shared libraries, Windows DLL's, or Java JAR files.