Difference between revisions of "CLP ILE"

From MidrangeWiki
Jump to: navigation, search
(Starting framework)
 
m (added text from [[ILE-CLP])
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Programming]]
+
{{AN}} 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 ==
 +
* [[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==
 +
{{stub}}
 +
[[Category:Programming languages]]
 
[[Category:CLP]]
 
[[Category:CLP]]
 
This version of [[CLP]] is sometimes known as CLP IV since it was released and is used in concert with RPG_ILE or RPG IV or [[RPG 4]] = many names for closely related flavors of the same level of programming advancement.
 

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.