{
{    The purpose of this request is to detach the requesting job from a server
{  application.  This notifies the NAM that the job no longer intends to
{  acquire connections on behalf of the server application being detached.
{
{    This request is used by a server application job to indicate that it is
{  terminating or idling down.  The request has no effect on previously acquired
{  connections; the job may continue providing service over such connections.
{  However, the job may not acquire new connections (unless it reattaches
{  itself to the server).
{
{    Use of this request is optional, the NAM automatically detaches a job from
{  all server applications when the job terminates.  However, if a server
{  application job does not detach itself from a server application but ceases
{  acquiring connections, then client applications may be unable to obtain
{  service.
{
{        NAP$DETACH_SERVER_APPLICATION (SERVER, STATUS)
{
{  SERVER: (input) This parameter specifies the name of the server application
{        on whose behalf the requesting job no longer intends to acquire
{        connections.  The requesting job must have previously attached itself
{        to the specified server application.
{
{        The specified name must be the name of a defined server application --
{        refer to the MANAGE_NETWORK_APPLICATIONS utility.  The caller must be
{        authorized to perform the functions of the specified server
{        application.  The criteria used to validate this privilege is
{        determined by the server_ring, server_system_privilege and
{        server_capability attributes of the specified server application.
{
{  STATUS: (output) This parameter specifies the request status.
{        CONDITIONS:
{              nae$server_not_attached
{              nae$unknown_application
{
