FSV-C-get-comms-info

Gets the communications information for the currently accessed server.

Syntax:

call FSV-C-get-comms-info using      fsvw-data-block

Parameters:

fsvw-data-block A group item defined as:
  fsvw-comms-module-line1 pic x(42).
  fsvw-comms-module-line2 pic x(42).
  fsvw-send-failures pic 9(10).
  fsvw-comms-busy pic 9(10).
  fsvw-comms-timeouts pic 9(10).

See the topic FSVIEW Datablock for a complete definition of fsvw-data-block.

On Entry:

None.

On Exit:

fsvw-comms-module-line1 A list of the communications modules in use
fsvw-comms-module-line2 A list of the communications modules in use. fsvw-comms-module-line2 is an extension of fsvw-comms-module-line1
fsvw-send-failures The number of send failures
fsvw-comms-busy The number of times communications reported status busy
fsvw-comms-timeouts The number of times communications reported timeouts

Comments:

The success of the call can be checked by examining RETURN-CODE.