User`s guide
3: File Transfer Interface (BSCFTI)
DC 900-1406E 57
3.3 BSCLOG Procedure
Calling Sequence
BSCLOG (lnum, display, message)
Procedures Called
None
Functions
1. Builds current device name, link number (lnum), system time, and text of message
into a log message.
2. Checks BSCTRAN global options (maintained by procedure BSCDFAULT) for
operator console and disk file logging. If enabled, these functions are performed.
3. If
display is true, outputs log message to the system output device.
Arguments
lnum This is a longword containing the link number.
display This is a longword containing a boolean flag. If the flag is true, log
messages will be output to the system output device. A non-zero value
is treated as true.
message This is a pointer to a string. It is a NULL-terminated character string
containing the text of the message to be logged. The maximum length
is 210 characters.