Difference between revisions of "CLP"
From MidrangeWiki
m |
m |
||
Line 8: | Line 8: | ||
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. | ||
+ | |||
+ | == CLP Unique Commands == | ||
+ | |||
+ | Some 400 Commands [http://wiki.midrange.com/index.php/Category:Commands] can ONLY be executed from within a CLP program, not from [[Command Line]]. |
Revision as of 09:57, 25 June 2005
CLP = Control Language Programming Language.
Much of what we find in CLP programs are IBM Commands. [1]
As with many other languages, there are multiple versions in popular usage, such as CLP/400 and ILE-CLP.
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.
CLP Unique Commands
Some 400 Commands [2] can ONLY be executed from within a CLP program, not from Command Line.