{
{      The purpose of this request is to inform the access method that
{ the server application has accepted the incoming connect request.
{ This request is only valid after a successful
{ RFP$ACQUIRE_CONNECT_REQUEST.  Once this request successfully
{ completes, the server can then open the connection file for data
{ transfers.
{
{      The client application is notified of the successful completion
{ of this request (see RFP$AWAIT_SERVER_RESPONSE).
{
{ RFP$ACCEPT_CONNECT_REQUEST(CONNECTION_FILE, STATUS)
{
{ CONNECTION_FILE: (input) This parameter specifies the temporary file
{   which is assigned to the connection to accept.
{
{ STATUS: (output) This parameter returns the results of the request.
{   If the status is normal, the specified connection has been
{   successfully accepted and the connection is considered
{   established.
{   CONDITIONS:  rfe$connect_in_progress
{                rfe$connected
{                rfe$connection_not_active
{                rfe$connection_rejected
{                rfe$connection_terminated
{                rfe$local_nad_failure
{                rfe$switch_accepted
{                rfe$switch_offered
{                rfe$system_interrupt
{                rfe$system_task_shutdown
{   IDENTIFIER:  'RF'
{
