TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-23
ASSIGN Command
For more information about exclusion modes, see the ENSCRIBE
Programmer’s Guide.
access-spec
is the access mode for logical-unit. It specifies the file operations that can
be performed. Specify access-spec as one of these:
I-O
INPUT
OUTPUT
I-O
processes can both read the file and write to it.
INPUT
processes can only write to the file.
OUTPUT
processes can only read the file.
For more information about access modes, see the ENSCRIBE Programmer’s
Guide.
CODE file-code
assigns a file code to logical-unit. Specify file-code as an integer in the
range from 0 through 65535. If file-code is omitted, the code is set to 0.
(See the File Utility Program (FUP) Reference Manual for a table of reserved
codes.)
REC record-size
sets the length of records in logical-unit. Specify record-size as an integer
in the range from 1 through 65535. (For details on FORTRAN or COBOL
application treatment of REC record-size, see the appropriate language
manual.)
BLOCK block-size
sets the size of the data blocks used by logical-unit. Specify block-size as
an integer in the range from 1 through 65535. (For details on FORTRAN or
COBOL application treatment of REC BLOCK record-size, see the appropriate
language manual.)