my-server
← Wiki

Concise Command Language

Concise Command Language (CCL) was the term used by Digital Equipment Corporation for the command-line interpreter / user interface supplied on several of their computing systems; its successor was named DIGITAL Command Language (DCL).

CCL provides the user with an extensive set of terminal commands.

The first operating system to include CCL was DEC's TOPS-10.

History

The PDP-6 monitor came with a simple set of commands. To compile and run a FORTRAN program, one would

  1. invoke the FORTRAN compiler
  2. specify binary output and source input
  3. invoke the loader, allocate 30K of memory
  4. specify binary object to load
  5. let the loader find the appropriate subroutine libraries
  6. write the executable to DTA1
(The (DOT) is a monitor prompt and the (Star/Asterisk) is an application prompt)

The PDP-10 monitor (later called TOPS-10) had CCL. Key to its improvements over its predecessor were:

  • multi-step commands:
  • would check to see if any of the 3 needed to be recompiled (and did so if necessary)
  • run the object program loader (including needed subroutine libraries)
  • start running the program
  • advanced command file:
  • would run the command(s) in the .CMD file

Commands

The following table contains a list of CCL commands.

References