User`s guide

3: File Transfer Interface (BSCFTI)
DC 900-1406E 59
lnum This is a pointer to an integer. It is a longword containing the link
number.
server This is a pointer to a descriptor. It is a character string containing the
server name. An ICP board number may be appended to the server
name with an underscore character; otherwise, the ICP board num-
ber is assumed to be 0. The maximum length is ten characters.
dtime This is a pointer to a descriptor. It is a character string containing the
timeout value time in the following time string format:
VMS format:
dddd hh:mm:ss
UNIX format: hh:mm:ss
fixed This is a pointer to an integer. It is a longword containing the record
format indicator. If the indicator is true, the file is opened with fixed
record format.
recl This is a pointer to an integer. It is a longword containing the record
length. A length of up to 4096 bytes is supported.
binary This is a pointer to an integer. It is a longword containing the boolean
flag. If the flag is true, received data records are not deblocked using
record separator characters, but by
recl length only. A non-zero value
is treated as true.
forms This is a pointer to an integer. It is a longword indicating the type of
forms control (
FORTRAN, ESCAPE, or NONE (default), defined as 1, 2, and
0, respectively) in the
BSCTRAN.INC include file.
display This is a pointer to an integer. It is a longword containing the boolean
flag for state change display. This flag is used to conditionally display
the transmission state changes to the system output device.