Implementation Differences of CCL from Oxford's Release(1978) Updated for V3.2 RSX11M There area number of small but significant differences in the implementation of CCL at KMS and Richard Kirkman's implementation at Oxford. It is well to consider these diferences before deciding on how to implement CCL. 1. This release of CCL requires that the SPAWN directive be genned into your system. The previous release used either the EDDRV or R. KIRKMAN's PUTMCR directive. These last two options are no longer supported although they are possible to implement. CCL as supplied requires EXIT WITH STATUS. If for some strange reason you do not want EXIT WITH STATUS, use the Editor to delete all references to EXST$ and replace them with EXIT$S. If this is done, no status will be returned to IND if CCL detects a fatal error. 2. The SLP files for MCR, and IND have been edited to produce correct audit trails and introductory information. Each file operates correctly as SLP @commandfile.SLP. 3. INS is now built only as part of ACNTGEN. By default it will build with the /PRM= switch. Optionally it may be built to include run privlege allocation by defining R$$PRV in RSXMC.MAC. 4. If INS does not encounter a trailing quote(") when parsing a command with a /PRM="text", a syntax error message is displayed. If someone has some free time, it would be rather easy to add a specific error message for this situation.