User`s guide

54 DC 900-1406E
BSCTRAN Programmer’s Guide
OPER1 through OPER12). Log messages will be output to the opera-
tor console. A zero value will disable operator console logging.
dlog This is a pointer to an integer. It is a longword containing a boolean
flag. If the flag is true, log messages will be output to a disk log file. A
non-zero value is treated as true.
delete This is a pointer to an integer. It is a longword containing a boolean
flag. If the flag is true, incomplete received files will be deleted; other-
wise, they will be saved. A non-zero value is treated as true.
abort This is a pointer to an integer. It is a longword containing a boolean
flag. If the flag is true, procedure BSCFTI will disable the link and
abort with
LIB$STOP after certain fatal errors (refer to Section 2.5 on
page 33). A non-zero value is treated as true.
safe This is a pointer to an integer. It is a longword containing a boolean
flag. If the flag is true, procedure BSCRECV will send a Safe Store
Acknowledgment after a received file is successfully closed, or a Safe
Store Negative Acknowledgment if the file close was unsuccessful. A
non-zero value is treated as true.
rec3780 This is a pointer to an integer. It is a longword containing a boolean
flag. If the flag is true, procedure BSCSEND will separate outgoing
records with a 3780 record separator character (ASCII 30). Otherwise,
a 2780 unit separator character (ASCII 31) is used. A non-zero value
is treated as true.