
{ COMMON DECK BAHLLOP }
{}
{   The purpose of this procedure is to provide access to low level}
{ input/output operations.  The procedure allocates the known file}
{ table entry, the file transfer descriptor, the buffer manager des-}
{ criptor, and the block descriptor.  It also initializes the known}
{ file table.}
{}
{        BAP$LOW_LEVEL_IO_OPEN (LOCAL_FILE_NAME, CALL_BLOCK, KFT_ENTRY,}
{                STATUS)}
{}
{ LOCAL_FILE_NAME: (input) This parameter specifies the local file name}
{        of the file to be opened.}
{}
{ CALL_BLOCK: (input) This parameter specifies a pointer to the call block}
{        associated with this request.}
{}
{ KFT_ENTRY: (output) This parameter specifies the known file table entry}
{}
{ STATUS: (output) This parameter specifies the request status.}
{}
