Difference between revisions of "CLP ILE"

From MidrangeWiki
Jump to: navigation, search
m
m (added text from [[ILE-CLP])
 
Line 2: Line 2:
  
 
== Tips and Techniques for CLP ILE ==
 
== Tips and Techniques for CLP ILE ==
 +
* [[Talk:CLP ILE]] has some useful info about '''parameters'''.
  
* [[Talk:CLP ILE]] has some useful info about '''parameters'''.
+
==From [[ILE-CLP]]==
 +
# 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.
  
 
==Categories==
 
==Categories==
 +
{{stub}}
 
[[Category:Programming languages]]
 
[[Category:Programming languages]]
 
[[Category:CLP]]
 
[[Category:CLP]]

Latest revision as of 19:46, 23 February 2007

CLP ILE is an ILE version of CLP. It is also known as CLP IV since it was released at the same time, and is used in concert with RPG ILE (aka RPG IV or RPG 4).

Tips and Techniques for CLP ILE

From ILE-CLP

  1. ILE CLP allows you to call modules and service programs using the CALLPRC operation.
  2. ILE CLP programs use activation groups to control resources.
  3. ILE CLP programs can be compiled into modules and service programs that can be called by other ILE language programs.

Categories

This article is a stub. You can help by editing it.