{     The purpose of this procedure is to obtain all the information
{ that is required on the client side of the file serverabout a served file.  This info
{ is obtained from the system file table, file medium descriptor, and
{ file allocation table for an attached file.  This information
{ will be sent to the client mainframe and will be used to construct a
{ system file table entry on the client mainframe.  All information returned
{ is in the format most readily usable to the file server processes.
{
{    DMP$FETCH_SERVER_SFT_INFO (SYSTEM_FILE_ID, INFO, P_SEND_BUFFER,
{           STATUS)
{
{   SYSTEM_FILE_ID: (input) This parameter specifies the system file identifier
{       of the attached file for which information is to obtained for.
{
{   INFO: (output) This parameter returns the information required about the
{       file.
{
{    P_SEND_BUFFER : (input) This parameter specifies a sequence in which the
{       subfile descriptors may be NEXTed into.  This sequence should NOT be
{       reset prior to the nexting.
{
{    STATUS: (output) This parameter returns the request status.
{
