SET-PERMANENT-OPENED
Jump to navigation
Jump to search
@SET-PERMANENT-OPENED <file no.>
Open a file so that it is not closed by @CLOSE -1 or the corresponding monitor call.
- <file no.>
- (octal) file number from @OPEN-FILE or @CONNECT-FILE.
Rules:
- Permitted for all users.
- The file must be opened.
- The file is closed by @CLOSE-FILE <file no.> or @CLOSE-FILE -2.
Example:
@OPEN-FILE OLE:DATA,RW FILE NUMBER IS: 101 @SET-PERMANENT-OPENED 101 @CLOSE -1
The file OLE:DATA is still open.
Related commands
References
Norsk Data Document ND–60.128.03 SINTRAN III REFERENCE MANUAL (printed February 1983), page 1-192
Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD