User Tools

Site Tools


cdc_6500_survival_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cdc_6500_survival_guide [2021/03/15 23:11] – [File Sharing] hc9cdc_6500_survival_guide [2021/03/15 23:29] – [File System] hc9
Line 50: Line 50:
 A basic understanding of the 6500 file system is necessary to use most IAF comands. A basic understanding of the 6500 file system is necessary to use most IAF comands.
  
-**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*
 +    * 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 files** 
 +      * 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.
  
-**Direct access** Used for random access and database applications.+  * **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.
  
-**Indirect access** Common sequential access files, including program source files. +  * **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.
-**Temporary files** 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. +
- +
-**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:
cdc_6500_survival_guide.txt · Last modified: 2022/12/05 06:33 by hc9