
{}
{   The purpose of this request to set a status variable to represent an}
{ abnormal condition.}
{   This request is intended to be used in situations where the detected}
{ condition is peculiar to an instance of open and the file_identifier is}
{ valid. If the file_identifer is invalid then use osp$set_status_abnormal.}
{   If the caller of this request believes that the file_identifier is valid}
{ and this request determines that it is invalid, only fixed parameters}
{ 2 and 8 will be initialized.}
{   Use osp$append_status_parameter to include additional parameters.}
{}
{       BAP$SET_FILE_INSTANCE_ABNORMAL (FILE_IDENTIFIER,
{         EXCEPTION_CONDITION, REQUEST_NAME, TEXT, STATUS)
{}
{ FILE_IDENTIFIER: (input) This parameter specifies the identity of the}
{       instance of open of a file for which an exception condition has}
{       been detected.}
{}
{ EXCEPTION_CONDITION: (input) This parameter specifies the condition}
{       code for the abnormal condition.}
{}
{ REQUEST_NAME: (input) This parameter specifies the request name which}
{       detected the condition.}
{}
{ TEXT: (input) This parameter specifies text to be included in the status}
{       for the exception_condition. By convention this interface}
{       will initialize the first 7 parameters in status.text as follows:}
{         1. Local_file_name.}
{         2. Name of the request which detected condition.}
{         3. Access_level.}
{         4. File_organization.}
{         5. Record_type.}
{         6. Block_type.}
{         7. Reserved for access method internal use.}
{       The eighth parameter is initialized to the value of this parameter.}
{}
{ STATUS: (output) This parameter specifies the status variable which is}
{       to be initialized by this request.}
{}
