CLP/400

From MidrangeWiki
< CLP
Revision as of 12:13, 11 June 2005 by Al Mac (talk | contribs)
Jump to: navigation, search


This is the version of CLP that was used prior to CLP_ILE. Source code for CLP/400 is typically stored in a file named QCLSRC where each member is source code for a different CLP/400 program.

CLP/400 examples are a directory of examples of CLP/400 source programs to illustrate various techniques and capabilities.

CLP Features

CLP Program Structure

== CLP Command Format

  • Label (optional) on the line of the program, so that control can jump to this line from elsewhere in the program
  • Command Name from IBM collection of commands, that can be executed from a CLP program
  • Parameters for that Command Name

== CLP Coding Summary