{
{    The purpose of this procedure is to increment the number of active sockets
{ count for the application.  In addition a list of global socket identifiers
{ or connection identifiers is maintained for udp or tcp applications
{ respectively.
{
{       NAP$TCPIP_INCREMENT_APPL_ACCESS (APPLICATION, SOCKET_ASSIGNED,
{             GLOBAL_SOCKET_ID, CONNECTION_ID, STATUS)
{
{ APPLICATION: (input)  This parameter specifies the identifier of the
{       application to which the socket belongs.
{
{ SOCKET_ASSIGNED: (input)  This parameter indicates that the socket has been
{       assigned to a job (TRUE) or received on the network and is awaiting
{       acceptance (FALSE).
{
{ GLOBAL_SOCKET_ID: (input)  This parameter specifies the global socket
{       identifier if the application protocol is datagram socket.
{
{ CONNECTION_ID: (input)  This parameter specifies the connection identifier if
{       the application protocol is stream socket.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             nae$application_inactive
{             nae$maximum_sockets_exceeded
{             nae$unknown_application
{
