Difference between revisions of "CLP"

From MidrangeWiki
Jump to: navigation, search
m (Fixed command page reference)
m (add cat section; format with Template:AN and Template:bu; Category:Programming languages)
Line 1: Line 1:
[[Category:Programming]]
+
{{AN}} is an acronym for {{bu|C|ontrol}} {{bu|L|anguage}} {{bu|P|rogram}}.
 
 
'''CLP''' = ''Control Language Programming'' Language.
 
  
 
Much of what we find in CLP programs are IBM Commands. [http://wiki.midrange.com/index.php/Category:Commands]  Also see [[CLP Coding Rules]] and [[CLP Commands]].
 
Much of what we find in CLP programs are IBM Commands. [http://wiki.midrange.com/index.php/Category:Commands]  Also see [[CLP Coding Rules]] and [[CLP Commands]].
Line 21: Line 19:
 
* [[GOTO]]
 
* [[GOTO]]
 
* [[MONMSG]]
 
* [[MONMSG]]
 +
 +
==Categories==
 +
[[Category:Programming languages]]

Revision as of 19:14, 23 February 2007

CLP is an acronym for Control Language Program.

Much of what we find in CLP programs are IBM Commands. [1] Also see CLP Coding Rules and CLP Commands.

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 can ONLY be executed from within a CLP program, not from Command Line. In other programming languages, these might be called OP CODES.

Categories