{
{      This request is used to acquire incoming connect requests that
{ are assigned to the corresponding job.  This request can only be issued
{ by "signed on" server applications.  If an incoming connect request
{ has been assigned to the requester's job, the access method creates a
{ file (specified by the CONNECTION_FILE) and assigns the connection end
{ point to that file.
{
{      The application is suspended until either an incoming connect
{ request is available or the WAIT_TIME expires (whichever comes first).
{
{      Once the connection is assigned the server application must either
{ accept or reject the connection.
{
{ RFP$ACQUIRE_CONNECT_REQUEST(SERVER_NAME, CONNECTION_FILE,
{   FILE_ATTRIBUTES, WAIT_TIME, CLIENT_NAME, SOURCE_HOST_NAME, STATUS)
{
{ SERVER_NAME: (input) This parameter must specify the name of a
{   server application which is currently "signed on" to the local
{   access method for this job.
{
{ CONNECTION_FILE: (input) This parameter specifies the file name, which
{   the access method should create and assign to the incoming connection
{   request end point.  The application must use the file name
{   for all future references to the connection.  The file must reside
{   in a temporary master catalog.
{
{ FILE_ATTRIBUTES: (input) This parameter specifies the file attributes,
{   whose values are to be changed to the corresponding values specified
{   by this parameter. A value of NIL for this parameter indicates that
{   default values are to be used for all attributes. Further
{   information on the file attributes is provided in the BAM request
{   section.
{
{ WAIT_TIME (input) This parameter specifies the number of milliseconds the
{   access method should suspend the application if an incoming connect
{   request is not immediately available.  If the WAIT_TIME expires
{   before an incoming connect request is available the request is
{   terminated with a status of 'rfe$connection_not_available'.  A value
{   of zero can be specified to avoid waiting.
{
{ CLIENT_NAME: (output)  This parameter specifies the name of the
{   client application that requested the connection.  This parameter is
{   only meaningful if the status is 'normal'.
{
{ SOURCE_HOST_NAME: (output)  This parameter specifies the host
{   where the client application resides.  This parameter is only
{   meaningful if the status is 'normal'.
{
{ STATUS: (output) This parameter returns the results of the request.
{   A status of normal means the caller is validated to obtain a
{   connection.
{   CONDITIONS:  rfe$connection_not_available
{                rfe$exceeded_connect_limit
{                rfe$file_already_exists
{                rfe$invalid_attribute_key
{                rfe$not_signed_on
{                rfe$not_signed_on_as_server
{   IDENTIFIER:  'RF'
{
