Difference between revisions of "CLP ILE"

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