Trisha Shetty (Editor)

PROC procedure language

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

PROC is the name of Pick operating system's procedure language. PROC is comparable to a UNIX shell script or a DOS/Windows batch file, and has similar features such as control-flow constructs, file manipulation, subroutine calls, and terminal input and output. The PROC language itself consists of terse macro commands. A PROC script contains a sequence of PROC language macros and PICK TCL (Terminal Control Language) commands. A PROC script is often used as a "front-end" for a program or application, interactive or not.

The original version of PROC utilizes two input buffers (primary and secondary), and two output buffers (primary and secondary). Some Pick emulations (e.g. Reality X) release extended versions of PROC, sometimes called New PROCs with an additional 9 file buffers. New PROCs are identified with a PQX or PQN on the first line of the script, whereas traditional PROCs commence with PQ.

In about 1975 an expanded version of PROC called "PORC" was developed by John Timmons and Paul Desjardins. This was then further developed by Tim Holland under the employ of Systems Management, Inc. in Chicago, initially called "SMILE" (SMI Language Extension?) and then renamed Realtime Programming Language (RPL). RPL was a compiled language featuring 250 input buffers but still recognisably derived from PROC.

A number of large scale manufacturing applications were developed in RPL, including that which was in use at Plessey/GPT limited in Liverpool and also the Trifid suite of manufacturing software.

References

PROC procedure language Wikipedia