
{
{     Define the constants for the system level number stored in the
{  SYSL entry in the SSR.  This level number is used to verify that
{  the boot and system core levels match.
{
{     NOTE: The constant for the released system level number should
{  be updated when each new system is released or an incompatability
{  between CIP and system core is introduced.  Released systems should
{  have the BCU level number equal to zero.  The BCU level number
{  should be incremented when a BCU is created that causes an incompatability
{  between CIP and the system core.  CIP refers mainly to the NOS/VE
{  components on the CIP tape.
{
{     NOTE: When updating the level number in this deck it also has to be updated
{  in decks dsm$system_status_record, syc$compass_os_levels, and cti$compass_os_levels.
{

  CONST
    syc$ssln_released_level_number = 780,
    syc$ssln_bcu_level_number = 0;
