SCF Reference Manual for J-Series and H-Series RVUs

SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs529649-003
5-34
ASSIGN Command
I-O
means that processes can both read the file and write to it.
INPUT
means that processes can only write to the file.
OUTPUT
means that processes can only read the file.
CODE
file-code
assigns a file code to
logical-unit
. Specify
file-code
as an integer in
the range 0 through 65535. The default value is zero (0).
REC
record-size
sets the length of records in
logical-unit
. Specify
record-size
as an
integer in the range 1 through 65535.
BLOCK
block-size
sets the size of the data blocks used by
logical-unit
. Specify
block-
size
as an integer in the range 1 through 65535.
Considerations
If you enter the ASSIGN command without any variables, SCF displays all the
current assigned values.
Use the CLEAR command (described on page 5-40) to delete existing assign
messages.
If you specify
logical-unit
without other parameters, SCF displays the current
assigned value for
logical-unit
.
SCF creates an assign message for each ASSIGN command, up to a limit of 50
assign messages. A new process must request its assign message following
receipt of the startup message. All assign messages are read from TACL, and the
ones set in SCF are passed to the new process.
The assign message resulting from an SCF ASSIGN command supersedes any
same TACL ASSIGN command message that was read at SCF startup.
The assign messages set in SCF are lost when you exit from SCF.
If
actual-file-name
is omitted but
create-open-spec
is included, blanks are
passed in the
actual-file-name
field of the assign message.
If the Break key is pressed during an SCF session and a new assign message is
set outside of SCF, SCF does not receive this assign message. Therefore, SCF
does not pass on this new assign message when it creates a process.