ECN-4659 New C$SOCKET server-name parameter and numeric option

Incident: 3114136

RPI Number: 1110307

Product: ACUCOBOL-GT

Module: Runtime

Machines Affected: All

Known Versions Affected: 10.4.0

DESCRIPTION:

The C$SOCKET AGS-CREATE-SERVER interface has been enhanced to enable specification of an optional server name, and to optionally indicate that the server name is a numeric IP address.

C$SOCKET using AGS-CREATE-SERVER, port-number [, server-name, [numeric]]

Where:

  • server-name is a PIC X(n) data item indicating the network interface address to which the server will be attached
  • numeric is a numeric data item holding a non-zero value when server-name is a numeric IP address

The C$SOCKET AGS-CREATE-CLIENT interface has been enhanced to allow an optional indication that the server name is a numeric IP address.

C$SOCKET using AGS-CREATE-CLIENT, port-number, server-name [, numeric]

Where numeric is a numeric data item holding a non-zero value when server-name is a numeric IP address.