Difference between revisions of "CLP"

From MidrangeWiki
Jump to: navigation, search
(CLP/400 vs. CLP_ILE before coding examples by type of CLP)
m
Line 3: Line 3:
 
CLP = Control Language Programming Language
 
CLP = Control Language Programming Language
  
As with many other languages, there are multiple versions in popular usage, such as [[CLP/400]] and [[CLP_ILE]].
+
As with many other languages, there are multiple versions in popular usage, such as [[CLP/400]] and CLP-[[ILE]].
  
 
In some realities, this is comparable to software that is the "glue" connecting higher level language programs like [[:RPG]]; data base files and their over-rides; screen and print "files" and their over-rides; and other objects with Menus ... typically when we take a menu option, we are launching a CLP program.
 
In some realities, this is comparable to software that is the "glue" connecting higher level language programs like [[:RPG]]; data base files and their over-rides; screen and print "files" and their over-rides; and other objects with Menus ... typically when we take a menu option, we are launching a CLP program.

Revision as of 06:34, 11 June 2005


CLP = Control Language Programming Language

As with many other languages, there are multiple versions in popular usage, such as CLP/400 and CLP-ILE.

In some realities, this is comparable to software that is the "glue" connecting higher level language programs like RPG; data base files and their over-rides; screen and print "files" and their over-rides; and other objects with Menus ... typically when we take a menu option, we are launching a CLP program.