SET-BLOCK-POINTER
Jump to navigation
Jump to search
@SET-BLOCK-POINTER <file no.>, <block no.>
Set the byte pointer to the beginning of a block.
- <file no.>
- (100 - 121, octal) logical file number of an opened mass-storage file.
- <block no.>
- (default = 0, decimal) block number.
Rules:
- Permitted for all users.
- The byte pointer is set to the product of <block no.> and block size (in bytes).
Example:
@SET-BLOCK-SIZE 101, 512
@SET-BLOCK-POINTER 101, 1
The byte pointer is set to 2000 (octal) = 1024 (decimal).
Related commands
References
Norsk Data Document ND–60.128.03 SINTRAN III REFERENCE MANUAL (printed February 1983), page 1-181
Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD