Implementation on the Elliott 900 series
Harold Thimbleby
21st May 2023 (revised)
Copyright © 2023 Harold Thimbleby
Permission is granted to copy and/or modify this document for private use only. Machine readable versions must not be placed on public web sites or FTP sites, or otherwise made generally accessible in an electronic form. Instead, please provide a link to the original document on the official ML/I web site.
Copyright © 2023 Harold Thimbleby
Permission is granted to copy and/or modify this document for private use only. Machine readable versions must not be placed on public web sites or FTP sites, or otherwise made generally accessible in an electronic form. Instead, please provide a link to the original document on the official ML/I web site.
• Restrictions and Additions | Restrictions and additions on the Elliott 900 series | |
• Operating Instructions | Operating Instructions on the Elliott 900 series | |
• Character Set | Character set accepted by ML/I | |
• Error Messages | Error messages | |
• Integer Calculations | Notes on integer calculations | |
• Layout Keywords | Layout keywords implemented | |
• System Variables | System variables implemented |
The Elliott 900 series implementation of ML/I contains all the features described in the ML/I User’s Manual (4th edition, August 1970), plus New Features 1 to 5 as described in that manual.
Lower case letters are not distinguished from capitals.
To run ML/I from RADOS, type:
&MLI,<OUTPUT FILE>,<INPUT-FILE>[,<INPUT FILE>];
where the output file is either a name or a digit 0 to 9 inclusive refering to a channel number. Channel 0 is reserved to mean that output will be suppressed. The input file must be a file name or a number 1 to 9 inclusive.
All error messages are directed to the on-line teleprinter.
To run ML/I as a stand alone program, load the SCB tape under Initial Instructions and enter at 8. Input and output default to the paper tape reader and punch, while error messages are printed on the on-line teleprinter.
ML/I uses the full SIR character set; thus lower case and upper case letters are not distinguished. However, tabs may be read from the teleprinter or reader.
All error messages are normally sent to the on-line teleprinter, though this may be changed at macro time.
Illegal parity characters are replaced with the error character (see Section 6.3.3), which is a question mark.
The number in section 6.2(f) of the manual is 60, and the message of Section 6.3.12 is given at the end of each process. If any errors are detected, S6 is incremented. If at the end of processing S6 is non zero, a full listing of the environment will be given.
There are several error messages not mentioned in the manual, and these are detailed below.
OUTPUT SIZE LIMIT EXCEEDED
S5 specifies the maximum size of the output file (see below). If the size is exceeded, the process is aborted. S5 may be changed at any point.
OUTPUT FILE TERMINATED
A RADOS file is terminated by a linefeed character followed by a right bracket. If this sequence occurs, the output file is closed and any further output, excepting newlines, will be taken as an error.
(FILE NAME) DOES NOT EXIST
An attempt has been made to take input from the specified file, which is not in the directory.
(FILE NAME) ALREADY EXISTS
An attempt has been made to create a file that already exists. All output will be lost, but ML/I will not be aborted so error messages will be obtained.
PARAMETER MISSING
A parameter in the RADOS command is missing.
BAD PARAMETER - (PARAMETER)
The specified RADOS parameter has an illegal format.
The initial environment contains ten permanent variables, and ten system variables. The permanent variables are each preset to zero.
All numbers in or derived from macro expressions must be less than 131072 in absolute magnitude. Overflow is always detected.
All keywords mentioned in the manual have been implemented.
The S-variables are allocated as follows:
System | Use | Initial |
---|---|---|
Variable | (See manual for S1 to S4) | Value |
S1 | Use of startline facility | 0 |
S2 | Line number | 0 |
S3 | Warning marker error messages control | 0 |
S4 | MCNOTE environment control | 0 |
S5 | Maximum size of output file in 100s of characters | 100 |
S6 | Cumulative count of errors | 0 |
S7 | Length of error message lines, in characters | 72 |
S8 | Input file device number | |
S9 | Output file device number | |
S10 | Error messages file device number | 3 |