{
{    The purpose of this procedure is to return the status of a given
{ application .
{
{       NAP$GET_TCPIP_STATUS (APPLICATION, TCPIP_STATUS, ACTIVE_SOCKET_COUNT,
{             SOCKET_REJECT_COUNT, STATUS)
{
{ APPLICATION: (input)  This parameter specifies the name of the application
{       whose status is to be returned.
{
{ TCPIP_STATUS: (output)  This parameter specifies the status of the named
{       application.
{
{ ACTIVE_SOCKET_COUNT: (output)  This parameter specifies the number of active
{       sockets for this application.
{
{ SOCKET_ATTEMPT_COUNT: (output)  This parameter specifies the number of assign
{       socket requests that have been attempted since NAM/VE was last
{       activated.
{
{ SOCKET_REJECT_COUNT: (output)  This parameter specifies the number of socket
{       request for this application that have been rejected since NAM/VE was
{       last activated.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             nae$network_inactive
{             nae$unknown_application
{
