User`s guide
34 DC 900-1406E
BSCTRAN Programmer’s Guide
/[NO]PRINT If this VMS option is enabled, each received file will be auto-
matically queued to the system printer after the file is closed.
The default is
/NOPRINT.
/[NO]BATCH If this VMS option is enabled, each received file will be auto-
matically queued to the system batch queue after the file is
closed. The default is
/NOBATCH.
/[NO]LOG[=n] If this VMS option is enabled, all errors, warnings, and trans-
mission statistics will be logged to the operator console desig-
nated by
n, where n is a value from 1 through 12 representing
VMS
OPER1 through OPER12 (default is 1 for OPER1). The default
setting for this option is
/NOLOG.
For example, to enable logging to an operator console, the fol-
lowing DCL command is first performed at the operator con-
sole:
$ REPLY/ENABLE=OPER2
Then the following BSCTRAN commands will cause all log
messages to be sent to the
OPER2 operator console:
$ RUN BSCTRAN
BSC> DEFAULT /LOG=2
BSC> SHOW /DEFAULT
BSCTRAN Write Buffer Size = 1024
Default Receive Filename = DEFAULT.DAT /RECL=254
PRINT Received Files = DISABLED
BATCH Received Files = DISABLED
LOGGING of Errors/Stats = ENABLED to OPER2
DISK LOGGING Errors/Stats = DISABLED
DELETE Partial Recv Files = DISABLED
SAFE STORE on Receive = DISABLED
ABORT after Fatal Errors = DISABLED
RECORD Handling = 3780 (RS)
BSC>