{
{    The purpose of this procedure is to create a system file table entry for a
{ file residing on the file server.  All file descriptor entry fields will be
{ initialized to values supplied from the file server.  No file medium
{ descriptor will be created, but a server descriptor will be created and
{ pointed to from the file descriptor entry.  The file type of the file will be
{ set to dmc$server_file.  The file descriptor entry may be completed if the
{ initial file descriptor entry was created by job recovery.
{
{       DMP$CREATE_CLIENT_SFT (GLOBAL_FILE_NAME, FILE_USAGE, SHARE_SELECTIONS,
{             OPERATION, DM_PARAMETERS, SERVED_FAMILY_TABLE_INDEX,
{             SERVER_MAINFRAME_ID, SYSTEM_FILE_ID, STATUS)
{
{   GLOBAL_FILE_NAME: (input)  This parameter specifies the global file name of
{         the file.
{
{   FILE_USAGE: (input)  This parameter specifies how this instance of attach
{         is using the file.
{
{   SHARE_SELECTIONS: (input)  This parameter specifies how this instance of
{         attach is sharing the file.
{
{   OPERATION: (input)  This parameter specifies what file operation is being
{         performed.
{         - dmc$begin_job_recovery - An initial system file id is
{           assigned and some of the file descriptor entry fields are completed.
{           The server descriptor file state is set to dfc$awaiting_recovery No
{           access is allowed to a file in this state.
{         - dmc$complete_job_recovery - The file descriptor entry is completly
{           rebuilt.  The server descriptor file state is advanced to dfc$active
{           and the file is now available for access.
{         - dmc$attach_or_create - The file is being attached.
{           The server descriptor file state is set to dfc$active.
{
{   DM_PARAMETERS: (input)  This parameter specifies the device management
{         information obtained from the server system file table.
{
{   SERVED_FAMILY_TABLE_INDEX:(input) This parameter specifies the index that
{         may be used to determine the file location.  This is built into the
{         server descriptor.
{
{   SERVER_MAINFRAME_ID:(input) This parameter specifies the binary mainframe
{          of the server mainframe.  This is built into the server descriptor.
{
{   SYSTEM_FILE_ID: (output)  This parameter returns the system file
{          identifier on the file on this the client mainframe.
{
{   STATUS : (output)  This parameter returns the request status.
{
