Difference between revisions of "ILE-CLP"
From MidrangeWiki
m |
|||
Line 1: | Line 1: | ||
+ | [[Category:CLP]] | ||
+ | [[Category:Programming]] | ||
[[ILE]] CLP is almost identical to [[OPM]] CLP with a few notable exceptions. | [[ILE]] CLP is almost identical to [[OPM]] CLP with a few notable exceptions. | ||
Revision as of 16:31, 16 June 2006
ILE CLP is almost identical to OPM CLP with a few notable exceptions.
- ILE CLP allows you to call modules and service programs using the CALLPRC operation.
- ILE CLP programs use activation groups to control resources.
- ILE CLP programs can be compiled into modules and service programs that can be called by other ILE language programs.