
?? NEWTITLE := 'ICDECC  : Interstate Communication' ??

  CONST
    icc$min_ecc = (($INTEGER ('I') * 100(16)) + $INTEGER ('C')) * 1000000(16),
    icc$interstate_communication_id = 'IC';

  CONST

    ice$link_is_already_open = icc$min_ecc,
    {E File +F1 : The link to NOS/170 is already open.

    ice$no_job_spec_variable = icc$min_ecc + 5,
    {E File +F1 : User_Info is empty or does not name a defined SCL string
    {variable.

    ice$empty_job_spec_variable = icc$min_ecc + 10,
    {E File +F1 : The SCL string variable +P8 must contain a NOS/170 job deck, but
    {is empty.

    ice$partner_job_too_long = icc$min_ecc + 15,
    {E File +F1 : The control statements for the partner NOS/170 job exceed the
    {allowed length, beginning with statement number +P8.

    ice$partner_cannot_be_started = icc$min_ecc + 20,
    {E File +F1 : The partner NOS/170 job cannot be started by NOS/170.

    ice$access_level_not_record = icc$min_ecc + 25,
    {E File +F1 : The link file must have access_level of RECORD, but it specifies
    {+P3.

    ice$write_deadlock = icc$min_ecc + 30,
    {E File +F1 : This task and its partner NOS/170 job are both attempting PUTs.
    {(+P2 request.)

    ice$partner_ended = icc$min_ecc + 35,
    {E File +F1 : This task's partner NOS/170 job has ended or called CLOSLNK.
    {(+P2 request.)

    ice$read_deadlock = icc$min_ecc + 40,
    {E File +F1 : This task and its partner NOS/170 job are both attempting GETs.
    {(+P2 request.)

    ice$unexpected_ml_error = icc$min_ecc + 45,
    {E The partner NOS/170 job cannot be run due to an unexpected internal
    { system status +P.

    ice$mismatching_code = icc$min_ecc + 50,
    {E The dual state code for the NOS/VE and +P sides do not match.  Contact
    { your site analyst.

    ice$receiver_already_signed_on = icc$min_ecc + 55,
    {E The +P partner job is already signed on to the memory link but by a
    { different application name.  Retry the command or contact your site analyst.

    ice$receiver_not_signed_on = icc$min_ecc + 60,
    {E A problem occurred on the +P side - check your +P validations or
    { your +P file being busy.

    ice$no_partner_exists = icc$min_ecc + 65,
    {E This system is not running NOS or NOS/BE dual state, so the interstate
    {facility is not available.

    icc$first_unused_ecc = icc$min_ecc + 65;

?? OLDTITLE ??
