?? RIGHT := 110 ??
?? PUSH (LISTEXT := ON) ??
*copyc osc$base_exception
?? POP ??

?? NEWTITLE := 'ose$spi_conditions: Operating System       : ''OS'' + 750 .. ''OS'' + 750' ??

  CONST

    osc$spi_base = osc$base_exception + 750,

    ose$spi_invalid_collection_file = osc$spi_base + 0,
    {E A collection file either was not a permanent file or was not able to be written.}

    ose$spi_environment_not_avail = osc$spi_base + 1,
    {E Another job is currently using the SPI collection environment.}

    ose$spi_illegal_request = osc$spi_base + 2,
    {E A SPI environment request was issued, but the SPI environment has not been enabled.}

    ose$collection_task_ended = osc$spi_base + 3,
    {E The SPI collection task has ended, therefore this request is not honored.}

    ose$job_has_spi_environment = osc$spi_base + 4;
    {E The current job has already reserved the SPI environment.}

?? OLDTITLE ??
