cdc_6500_survival_guide
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cdc_6500_survival_guide [2021/03/15 23:18] – [File System] hc9 | cdc_6500_survival_guide [2024/09/02 23:06] (current) – ' hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== CDC 6500 Survival Guide ====== | ====== CDC 6500 Survival Guide ====== | ||
- | The [[https:// | + | The [[wp>CDC_6000_series|CDC 6000 series]] was a family of mainframe computers designed by Seymour Cray and James E. Thornton and manufactured by Control Data Corporation in the 1960s. The computers in the series were extremely fast for their time and considered to be the first supercomputers. |
- | The [[http:// | + | The [[%%http:// |
This document is a short guide for those interested in exploring the 6500's interactive command environment. | This document is a short guide for those interested in exploring the 6500's interactive command environment. | ||
Line 11: | Line 11: | ||
===== Connecting ===== | ===== Connecting ===== | ||
- | - Start your telnet client and connect to host " | + | - Start your telnet client and use the // |
- | - After the "USER NUMBER" | + | - After the “USER NUMBER” prompt enter your user name (your input will be concealed by the row of Xs). You may need to type more slowly than you are used to with other systems. |
- | - After the "PASSWORD" | + | - After the “PASSWORD” prompt type your password (your input will be concealed by the row of Xs). |
- | - After the "RECOVER /SYSTEM:" | + | - After the “RECOVER /SYSTEM:” prompt enter a subsystem or other command. (Enter |
< | < | ||
Line 52: | Line 52: | ||
* **Permanent files** | * **Permanent files** | ||
* Permanent files are preserved by the system from their creation until their deletion by user command. Each permanent file is owned by a single user and is normally accessible only by its owner, though it is possible to make files accessible by other users as well. | * Permanent files are preserved by the system from their creation until their deletion by user command. Each permanent file is owned by a single user and is normally accessible only by its owner, though it is possible to make files accessible by other users as well. | ||
+ | * Two types of files are supported: | ||
+ | * **Direct access** | ||
+ | * Used for random access and database applications. | ||
+ | * **Indirect access** | ||
+ | * Common sequential access files, including program source files. | ||
- | * Two types of files are supported: | + | * **Temporary |
+ | * Whenever an indirect access file is accessed, or a new indirect access file created, the system first makes a temporary copy of the file, to which are directed all references and updates to the file. The temporary file must be saved in order for changes to be applied to the permanent file. Unsaved changes will be discarded at the end of the user's session. | ||
+ | * A temporary file is //not// created when a //direct access// file is opened. Changes made to a direct access file are immediately applied to the permanent file. | ||
- | | + | |
- | * Used for random | + | * The primary file is the temporary file, usually a program source file, that a user is viewing, modifying, or executing at a given time. Although a user session may simultaneously open multiple temporary files, a given user may have only one primary file at a time. |
+ | * The currently selected primary file automatically determines the user's active subsystem. When a new indirect | ||
- | | + | |
- | * Common sequential access | + | * Local files are the set of temporary files and direct access files (permanent files) currently open by a particular job or user session. |
- | + | ||
- | | + | |
- | + | ||
- | * A temporary file is //not// created when a //direct access// file is opened. Changes made to a direct access file are immediately applied to the permanent file. | + | |
- | + | ||
- | * **Primary file** The primary file is the temporary file, usually a program source file, that a user is viewing, modifying, or executing at a given time. Although a user session may simultaneously open multiple temporary files, a given user may have only one primary file at a time. | + | |
- | + | ||
- | * The currently selected primary file automatically determines the user's active subsystem. When a new indirect access file is saved as a permanent file for the first time, the file system records the active subsystem at the time. Then when the file is selected as primary sometime later, the system automatically activates the original subsystem. | + | |
- | + | ||
- | * **Local files** Local files are the set of temporary files and direct access files (permanent files) currently open by a particular job or user session. | + | |
File names my be up to seven alphanumeric (upper-case) characters and may not begin with a numeric character. The following file names are reserved by the system: | File names my be up to seven alphanumeric (upper-case) characters and may not begin with a numeric character. The following file names are reserved by the system: | ||
Line 117: | Line 115: | ||
Each programming subsystem includes a simple editing function for entering and modifying program source code in the primary file as follows: | Each programming subsystem includes a simple editing function for entering and modifying program source code in the primary file as follows: | ||
- | To add a source code line:Type a new line sequence number followed by a space and then a program statement. Source code lines will be stored and compiled/ | + | |To add a source code line:| |
+ | |Type a new line sequence number followed by a space and then a program statement. Source code lines will be stored and compiled/ | ||
+ | |||
+ | |To modify a source code line:| | ||
+ | |Type line sequence number of the program statement to be changed followed by a space and the modified program statement.| | ||
+ | |||
+ | |To delete a source code line:| | ||
+ | |Type the line sequence number followed immediately by the '' | ||
* In the BASIC subsystem, use line sequence numbers as the targets of '' | * In the BASIC subsystem, use line sequence numbers as the targets of '' | ||
Line 124: | Line 129: | ||
* In the BASIC subsystem, program statement without a preceding line sequence number will be executed immediately and are not added to the primary file. This is useful for testing statements before modifying your program. Use '' | * In the BASIC subsystem, program statement without a preceding line sequence number will be executed immediately and are not added to the primary file. This is useful for testing statements before modifying your program. Use '' | ||
- | | '' | + | | '' |
| '' | | '' | ||
- | | '' | + | | '' |
===== Text Editor ===== | ===== Text Editor ===== | ||
Line 159: | Line 164: | ||
| '' | | '' | ||
- | | '' | + | | '' |
| '' | | '' | ||
| '' | | '' |
cdc_6500_survival_guide.1615850335.txt.gz · Last modified: 2021/03/15 23:18 by hc9