Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Concise Command Language
Computer 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 system to include CCL was DEC's PDP-10.

We don't have any images related to Concise Command Language yet.
We don't have any YouTube videos related to Concise Command Language yet.
We don't have any PDF documents related to Concise Command Language yet.
We don't have any Books related to Concise Command Language yet.
We don't have any archived web articles related to Concise Command Language yet.

History

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

  • .R F4 --- invoke the FORTRAN compiler
  • *DTA1:PROG3=DTA2:PROG3,SUB3A,SUB3B --- specify binary output and source input
  • .R LOADER 30 --- invoke the loader, allocate 30K of memory
  • *DTA1:PROG3 --- specify binary object to load
  • *SYS:/S --- let the loader find the appropriate subroutine libraries
  • .SAVE DTA1:PROG3 --- write the executable to DTA1
(The DOT is a monitor prompt and the Star/Asterisk is an application prompt)

The PDP-10 had CCL. Key to its improvements over its predecessor were:3

  • multi-step commands: .EX PROG3,SUB3A,SUB3B
  • 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: .EX @RUNPROG3.CMD
  • would run the command(s) in the .CMD file

Commands

The following table contains a list of CCL commands.4

List of CCL commands
CCL command(full form)CCL command(short form)Description
BACKSPACEBACRuns CAMP. A magnetic tape or cassette is spaced backward a specified number of files or records.
BOOTBO
CCLCCLDisables the CCL program on the OS/8 Keyboard Monitor residing on the system device.
COMPARECOMPRuns SRCCOM. Compares/shows differences between two source files. Although line by line, permits "catch up."
COMPILECOMProduces binary files and/or compilation listings for specified program files.
COPYCOPTransfers files from one I/O device to another.
CORECOR
CREATECREARuns EDIT and opens a new file for creation.
CREFCREF
DATEDA
DEASSIGNDEA
DELETEDELDeletes one or more files from disk or DECtape.
DIRECTDIR
EDITEDRuns EDIT. Opens an already existing file for editing.
EOFEOF
EXECUTEEXE
HELPHEPrints information on specified OS/8 programs.
LISTLI
LOADLO
MAKEMAKRuns TECO. Opens the specified file for output.
MAPMAPRuns BITMAP.
MUNGMUNGRuns a TECO Macro; command line parameters give added adaptability.
PALPALRuns PAL8. Assembles the source file specified as the argument.
PRINTPRIRuns a program named LPTSPL.
PUNCHPURuns PIP. Punches the file specified on paper tape.
RENAMERENRenames one or more files on disk or DECtape.
RESRESRuns RESORC.
REWINDREW
SKIPSKIP
SQUISHSQRuns PIP's "squeeze" / defrag tool
SUBMITSURuns the BATCH program.
TECOTE(Text Editor and COrrector, a sophisticated text editor with MACRO capabilities).
TYPETY
UAUA
UBUB
UCUC
UNLOADUNL
VERSIONVERPrints the version numbers of the OS/8 Keyboard Monitor and CCL.
ZEROZERO

References

  1. "Concise Command Language" (CCL)."OS/8 Handbook" (PDF). Digital Equipment Corporation. April 1974. Retrieved 1 May 2024. http://bitsavers.trailing-edge.com/pdf/dec/pdp8/os8/OS8_Handbook_Apr1974.pdf

  2. Peter Clark (July 1982). "DEC TIMESHARING (1965)". The DEC Professional. p. 34.

  3. Peter Clark (July 1982). "DEC TIMESHARING (1965)". The DEC Professional. p. 34.

  4. "Concise Command Language" (CCL)."OS/8 Handbook" (PDF). Digital Equipment Corporation. April 1974. Retrieved 1 May 2024. http://bitsavers.trailing-edge.com/pdf/dec/pdp8/os8/OS8_Handbook_Apr1974.pdf