DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦8ebc7ee9a⟧ TextFile

    Length: 144417 (0x23421)
    Types: TextFile
    Notes: R1k Text-file segment

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦78569c945⟧ 
            └─⟦this⟧ 

TextFile




        




















                          Remote Compilation Facility
                              Release Information

                                 Release 1_2_2































\f




        





       Copyright  1992 by Rational



       Part Number: 508-003255-009

       June 1992 (Software Release 1_2_2)

























       DEC,   VAX,   and   VMS   are  trademarks  of  Digital  Equipment
       Corporation.

       UNIX is a registered trademark of AT&T.

       Rational  and  R1000  are  registered  trademarks  and   Rational
       Environment and Rational Subsystems are trademarks
       of Rational.




                                   Rational
                             3320 Scott Boulevard
                      Santa Clara, California  95054-3197



\f

                                                           Release 1_2_2


       1.  Overview

       This  release note describes Release 1_2_2 of the Rational Remote
       Compilation Facility (RCF), also referred to as the  Customizable
       RCF.  The  purpose of this release is to enhance Release 1_1_1 of
       the Customizable RCF.

       This release provides support for pragma Inline and pragma  Main.
       It  also includes an enhanced programmatic interface and fixes to
       Nonexistent Page Error problems and various compilation  ordering
       problems  uncovered  in  Rev1_1_1.  For  a complete list of fixed
       bugs, refer to Section 6, "Fixed Problems" of this document.


       2.  RCF Components

       The following  RCF  components  are  installed  as  part  of  the
       release:

       !Targets.Implementation.Rcf_Release1_2_2
                           -- Main RCF release world

       !Machine.Target_Builder.Rcf_Errors
                           -- Encoded Rcf Errors

       !Targets.Implementation.Rcf_User_Interface
                           -- Rcf command interface
               Rev1_2_Spec
               Code1_2_2

       !Targets.Implementation.Rcf_Programmatic_Interface
                           -- Rcf Programmatic Interface
               Rev1_2_Spec -- Rev1_0_Spec is still valid (and
                           -- is included on the release tape)

       !Targets.Implementation.Rcf_Customization_Interface
                           -- Customization Interface
               Rev1_2_Spec

       !Rcf.Reusable_Components.Rev1_2_0
                           -- Rational Reusable Components

       For  more  information  on installation of this product, refer to
       the installation instructions delivered with  this  release.  For
       user information, refer to the RCF User's Manual.


       3.  Upgrade Impact

       This  release  uses a revised mechanism for computing compilation
       ordering. This makes Release 1_2_2 incompatible with any previous
       RCF  release. Upgrading to Release 1_2_2 builds program libraries
       for  all  RCF  target  key  views.  Installing  the  new  release
       automatically does this upgrade.


       RATIONAL     June 1992                                          1\f

       RCF Release Information


       This  release  has  no impact on existing RCF customizations. You
       can modify your existing customization to take advantage  of  the
       new  functionality  provided  in  the  Rev1_2_2 Rcf_Programmatic-
       .Interface. Section 5.3, "Programmatic  Interface  Enhancements",
       describes the changes.

       Note: Do not delete Rev1_0_Spec under the following conditions:

       *  If  you  do  not  plan  to  upgrade  to  make  use  of the new
          programmatic interface.

       *  If   you   have   installed   or   plan   to    install    any
          Rational-supported RCF Extension.


       4.  Prerequisites

       Before  you  use  the  RCF,  confirm  the  following prerequisite
       conditions:

       *  The host R1000 and remote compilation server are on the  same
          network.

       *  An  entry in !Machine.Transport_Name_Map identifies the remote
          compilation  server.  For  example,  where   tcp/ip   is   the
          communications  protocol, 89.64.128.9 is the internet address,
          Tilden is the logical machine name,  and  Aix  is  the  remote
          compilation operating system, the entry appears as follows:

          tcp/ip 89.64.128.9 Tilden Aix

       *  The  network communication server is running. The RCF supports
          two modes of file transfer and  command  execution:  DTIA  and
          Telnet/FTP.

          DTIA  is  not  a  prerequisite  for  customizations  using the
          Telnet/FTP transfer mode.

          If you are using a customization with a  DTIA  transfer  mode,
          the  DTIA  server  must  be  installed  on  the host R1000 and
          running on the remote compilation platform.

          To detect if the host server is running:

          -  Execute What.Users.

          -  Search for job name DTIA Remote_Operations  Server  in  the
             list.

          To  detect  if the remote DTIA server is running, refer to the
          DTIA installation instructions.





       2                                          June 1992     RATIONAL\f

                                                           Release 1_2_2


       5.  New Features

       This section describes the features added since Release 1_1_1  of
       the Customizable RCF.


       5.1.  Pragma Main Support

       The RCF supports the Rational-defined pragma Main. If you specify
       pragma Main in the specification  of  a  main  program,  the  RCF
       invokes  the remote link operation automatically after coding the
       unit. This  produces  an  executable  module  without  explicitly
       invoking  the Rcf.Link command. Since this eliminates the need to
       explicitly link the main program, the RCF development model  more
       closely  matches  the  Rational  Environment  native development
       model. RCF support of this feature is  particularly  useful  when
       you do host-based testing and transition from CDF to RCF use.

       To  use  pragma  Main,  place it immediately after the end of the
       specification or body of a main procedure.  You  can  use  pragma
       Main  in  any  library-level  Ada  unit that can be linked on the
       remote compilation platform.

       Before a main program can be promoted to  the  coded  state,  all
       compilation  units  in its closure must be in the coded state. If
       all units in the closure are not coded, the RCF creates a message
       of the following form:

       ERROR Link failed for <Main_Unit>.  Failure in Host_Linker
            .Prelink.

       Attempting  to  demote a unit in the closure of a coded main unit
       can result in an error message.

       RCF support for pragma Main does not  include  parameters,  which
       means  that  the  RCF issues warning messages in code joined with
       R1000  or  CDF  views  where  pragma  Main  can  include  various
       parameters.

       Refer  to the Rational LRM, Appendix F for more information about
       the R1000 semantics of pragma Main.


       5.2.  Pragma Inline Support

       The RCF supports pragma Inline. It  takes  inlining  dependencies
       into  account  when computing coding order, during promotion, and
       obsolescence requirements, during demotion. Units are compiled in
       an order that allows the remote compiler to inline (macro expand)
       calls to inlined routines. Inlined callers  are  obsolesced  when
       the body of an inlined routine is demoted.

       Note  that  inlining  is always in effect, regardless of how your
       site-specific customization or Rational-supported  Extension  has
       been implemented.

       RATIONAL     June 1992                                          3\f

       RCF Release Information


       5.3.  Programmatic Interface Enhancements

       Release  1_2_2  enhances  the  RCF programmatic interfaces in the
       following ways:

       *  Deletes some interfaces from the compilation interface.

       *  Adds  calls  to  handle  secondaries;  to  create  and  delete
          secondaries  and  to  display  and  manipulate secondary state
          information.

       *  Adds calls to access various  fields  from  the  customization
          templates.

       This  release  contains  the  following  changes  to  packages in
       !Targets.Implementation.Rcf_Programmatic_Interface.Rev1_2_Spec.
       Units:

       *  Compilation_Interface: Deletes interfaces to Promote,  Demote,
          and Link.

       *  Import_Interface:  Adds  the  function  Get_Referencers  which
          returns a list of views that import a given view.

       *  Library_Interface: No changes.

       *  Remote_Command_Interface: Adds the following functions:

          -  Upload_Ada_Unit: Uploads remote Ada units.

          -  Upload_Text_File:  Uploads  a  remote   text   file   after
             acquiring the necessary network connections.

          -  Update_Consistency:  Updates the consistency between a host
             and remote unit.

       *  Target_Dependent_Interface: Adds  functions  that  return  the
          values  for  customized  attributes  of  the RCF; for example,
          Directory_Prefix,  Extension_Separator,   Max_Filename_Length,
          Linker_Post_Options.   You   can  derive  these  values  using
          Rcf_Customization_Interface functions, but  the  functions  in
          this package provide a simpler interface.

       *  Unit_Interface:   Adds  functions  to  create  and  manipulate
          secondaries and secondary  state  information.  Refer  to  the
          package spec for detailed information on the new functions.


       5.4.  Compilation Ordering Mechanism

       The  RCF  now  uses a revised mechanism for computing compilation
       ordering.  This  mechanism  is  more  robust  and  more   tightly
       integrated  with  the  Rational  Environment.  The  new mechanism
       eliminates most compilation ordering problems found  in  previous
       releases.

       4                                          June 1992     RATIONAL\f

                                                           Release 1_2_2


       6.  Fixed Problems

       This section describes problems fixed since Release 1_1_1.

       Fixes noted as Customizers Only apply to customization components
       of the RCF. Customizers should check these fixes;  general  users
       can ignore these sections.

       The  following  table provides the PRS number of the problem, the
       section number of the description in this release note,  and  the
       PRS summary of the problem.


                           Summary of Fixed Problems

        ------------------------------------------------------------- 
       |              |     |                                        |
       |  PRS Number  | Sec |              PRS Summary               |
       |              | Num |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |none          |6.8  |Incremental pragma inline disallowal    |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |none          |5.4  |Subunits of a generic body not coded    |
       |              |6.7  |before the instantiation                |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |none          |6.5  |Telnet Connection Echo Option           |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |1548835-Blut- |6.1  |Missing Reusable Component subunits have|
       |Smp           |     |been provided                           |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |169982-Gato-  |6.19 |Customizer Only                         |
       |Mboy          |     |Invalid parameters for                  |
       |              |     |Promote_Preprocess using secondaries    |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |2394595-Gato- |6.10 |RCI error during import                 |
       |Mboy          |     |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |244898-Jazm-  |6.14 |Rcf.Accept_Remote_Changes should check  |
       |Jak           |     |out units                               |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |2523423-Gato- |5.4  |Invalid compilation order dreated during|
       |Mboy          |6.6  |multiple dependent views                |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |2760406-Blut- |6.3  |rcf compiler locks terminal_nnn lines if|
       |Smp           |     |job.kill of a rcf command               |
        ------------------------------------------------------------- 

       RATIONAL     June 1992                                          5\f

       RCF Release Information



        ------------------------------------------------------------- 
       |              |     |                                        |
       |  PRS Number  | Sec |              PRS Summary               |
       |              | Num |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |3617494-Gato- |6.13 |Link with Make_Uncoded_Units does not   |
       |Mboy          |     |work                                    |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |4514072-Gato- |6.2, |DTIA doesn't close down csh process     |
       |Mboy          |7.4  |properly                                |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |5379137-Gato- |6.4  |RCF holds on to telnet port when link   |
       |Mboy          |     |fails.                                  |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |5386182-Gato- |6.20 |Customizer Only                         |
       |Mboy          |     |CSR6322: RCI promote gets error UNIT    |
       |              |     |<UNIT_NAME> unknown to the RCF          |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |6133452-Jazm- |6.17 |Privileges required for registering a   |
       |Jak           |     |target key                              |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |6158281-Jazm- |6.18 |Customizer Only                         |
       |Jak           |     |create_predefined_library should check  |
       |              |     |length of target key                    |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |6164103-Blut- |6.15 |RCI Initialize 2 minute delay needs to  |
       |Smp           |     |be lengthened                           |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |7274371-Gato- |6.12 |RCF_CMVC.REMOVE_IMPORTS not working     |
       |Mboy          |     |correctly.                              |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |9123690-0172-4|6.16 |Better interpretation of VAX error codes|
       |              |     |needed for RCI                          |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |9348469-Jazm- |6.21 |Customizer Only                         |
       |Jak           |     |status not always being checked for     |
       |              |     |preprocess                              |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |9523197-Jazm- |6.11 |Problem resolving <cursor> in           |
       |Jak           |     |Rcf_Cmvc.Import                         |
        ------------------------------------------------------------- 



       6                                          June 1992     RATIONAL\f

                                                           Release 1_2_2



        ------------------------------------------------------------- 
       |              |     |                                        |
       |  PRS Number  | Sec |              PRS Summary               |
       |              | Num |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |9930958-Jazm- |6.9  |Nonexistent_Page_Error while promoting a|
       |Jak           |     |unit                                    |
        ------------------------------------------------------------- 




       6.1.  Reusable Component Subunits

       PRS Number => 1548835-Blut-Smp

       The  reusable  components,  Parameter_Parser  and Time_Utilities,
       were missing their subunits; they are provided in this release.


       6.2.  DTIA and UNIX Shells

       PRS Number => 4514072-Gato-Mboy

       When you use the RCF in conjunction with DTIA and UNIX, the  UNIX
       default login shell must be "ksh". If the default shell is "csh",
       then the RCF job hangs on some commands. Killing the  RCF  leaves
       certain processes running on the UNIX system.

       Section 7.4, "Using DTIA and UNIX Shells", describes the steps to
       correct this problem.


       6.3.  Locked Telnet Ports

       PRS Number => 2760406-Blut-Smp

       In RCF Release 1_1_1, if you terminated any RCF job doing  remote
       communications, the RCF locked a Telnet port in !Machine.Devices.
       This caused the RCF to eventually run  out  of  available  Telnet
       ports  on  the machine, if enough jobs were terminated to use all
       ports.

       The RCF no longer locks a Telnet port when you kill the job  that
       acquired it.


       6.4.  Locked Telnet Port When Rcf.Link Fails

       PRS Number => 5379137-Gato-Mboy

       In  RCF  Release  1_1_1,  if  Rcf.Link  failed  during  a  remote
       operation, it locked the Telnet port after job completion.

       RATIONAL     June 1992                                          7\f

       RCF Release Information


       The RCF releases the Telnet port after completion/termination  of
       any RCF job.


       6.5.  Telnet Connection Echo Option

       If  the Telnet protocol Echo option is set ON for the local host,
       the host R1000 echos data received from the remote  machine  back
       to the remote machine. This can occasionally cause login problems
       on some remote systems.

       The RCF  now  establishes  Telnet  connections  with  the  Telnet
       protocol  Echo option set OFF for the local host. This means that
       the R1000 does not echo back  data  that  it  receives  from  the
       remote system.


       6.6.  Compilation Ordering with Compilation.Make

       PRS Nmber => 2538423-Gato-Mboy

       Invalid   compilation   ordering   could   result  under  certain
       conditions. For example, for views  A,  B,  C,  ...  n,  where  A
       depends   on   B,   B   depends   on   C,  and  so  forth,  using
       Compilation.Make creates an invalid  compilation  order  when  it
       codes a main unit in view A or codes a set of views, A through n.

       The   restructured  mechanism  for  computing  compilation  order
       eliminates this problem.


       6.7.  Compilation Ordering of Generics

       Invalid  compilation  ordering  created  a  condition  in   which
       subunits   of   a   generic   body  were  not  coded  before  the
       instantiation.

       The  restructured  mechanism  for  computing  compilation   order
       eliminates this problem.


       6.8.  Incremental Pragma Inline Error

       In  previous  releases,  The RCF did not produce a message if you
       incorrectly added pragma Inline incrementally to a unit.

       The RCF produces a semantic error if you incrementally add pragma
       Inline to units.








       8                                          June 1992     RATIONAL\f

                                                           Release 1_2_2


       6.9.  Nonexistent Page Errors

       PRS => 9930958-Jazm-Jak

       Intermittent  Nonexistent Page Errors were encountered on heavily
       loaded machines. The typical message was of the form:

        1: EXCEPTION_HANDLED Promotion failed with
           !Lrm.System.Nonexistent_Page_Error,
           from PC = #258D0D, #1D3

       This error usually stopped occurring after repeated commands.

       All known sources of these errors in  Releases  1_1_1  and  1_2_0
       have been corrected in this release.


       6.10.  State File Access For Importing Views

       PRS Number => 2394595-Gato-Mboy

       In  previous  releases,  views created by users with limited ACLs
       (RCOD) could not import other views with limited ACLs.

       In this release these views can be imported. The  RCF  explicitly
       sets  the  access  controls  for  the  the  state files and their
       enclosing directories to usable access permissions. The ACLs  are
       set to Network_Public => RWCOD.


       6.11.  Rcf_Cmvc.Import Parameter Resolution Errors

       PRS Number => 9523197-Jazm-Jak

       In  RCF  Release  1_1_1,  if  you  used  Rcf_Cmvc.Import with the
       Into_View parameter set to  "<CURSOR>"  and  Remake_Demoted_Units
       parameter  set  to True, the command produced error messages when
       trying to remake units. The import operation succeeded.

       For example, the following command:

         Rcf_Cmvc.Import(View_To_Import => "!Projects.Mss.System.

       Rci_Evaluation.Common_Layer.System_Services.Rev1_Working",
               Into_View => "<CURSOR>",
               Only_Change_Imports => False,
               Import_Closure => False,
               Remake_Demoted_Units => True,
               Goal => INSTALLED,
               Comments => "",
               Work_Order => "<DEFAULT>",
               Response => "<PROFILE>")




       RATIONAL     June 1992                                          9\f

       RCF Release Information


       produced the following message:

       ++* Had trouble finding units to promote (C'(COMBINED_VIEW)
           is not defined in <CURSOR>.

       This error message does not occur in Release 1_2_2.


       6.12.  Removing Multiple Imports With Rcf_Cmvc.Remove_Imports

       PRS Number => 7274371-Gato-Mboy

       In previous releases,  Rcf_Cmvc.Remove_Import  does  not  execute
       Remove_Import_Preprocess  or  Remove_Import_Postprocess  for each
       view when the View  parameter  contained  a  list  (for  example,
       [subsystem_a;subsystem_b].rev1_working).  Because  of  this,  you
       could not remove more than  one  import  from  a  view  with  the
       Remove_Import command.

       The RCF calls these procedures for each view in the list. You can
       now remove multiple imports with the command.


       6.13.  Rcf.Link Make_Uncoded_Units Parameter Failure

       PRS Number => 3617494-Gato-Mboy

       In  Release  1_2_0,  the  Make_Uncoded_Units  parameter  of   the
       Rcf.Link  command  did not cause the RCF to promote uncoded units
       before linking.

       The   RCF   takes   the   correct   action   if   you   use   the
       Make_Uncoded_Units parameter of the Rcf.Link command.


       6.14.  Rcf.Accept_Remote_Changes and Check In

       PRS Number => 244898-Jazm-Jak

       In  RCF  Release 1_1_1, the RCF expected host units to be checked
       out (with  Rcf_Cmvc.Check_Out)  while  accepting  remote  changes
       (with  Rcf.Accept_Remote_Changes). This was inconsistent with the
       way Cmvc.Accept_Changes works.

       The  RCF  expects  a  host  unit   to   be   checked   in   (with
       Rcf_Cmvc.Check_In)   before   accepting   changes  into  it.  The
       Rcf.Accept_Remote_Changes  command  now  checks  out  the   unit,
       updates the changes, and checks the unit in.








       10                                         June 1992     RATIONAL\f

                                                           Release 1_2_2


       6.15.  Rcf_Initialize Timing

       PRS Number => 6164103-Blut-Smp

       In the previous release, Rcf_Initialize failed after two minutes.
       This did not provide  adequate  time,  in  some  cases,  for  the
       process to complete.

       Initialize_Rcf  now  waits ten minutes for Start_Rcf to elaborate
       before failing.


       6.16.  VAX Error Codes

       PRS Number => 9123690-0172-4

       In Release 1_0_3, the RCF mapped any odd-valued VAX error code or
       0  (zero)  error  code  to success, and any even-valued VAX error
       code to failure. This caused remote warnings to  be  reported  as
       success.

       The  RCF  maps VMS return code 0 (zero) to Simple_Status.Warning
       on the host.


       6.17.  Registering RCF Customizations and Extensions

       PRS Number => 6133452-Jazm-Jak

       In previous releases of the RCF, you needed  operator  privileges
       to register a customization.

       You  no  longer  need  operator  privileges  to  register  an RCF
       customization or a Rational-supported RCF Extension.


       6.18.  Create_Predefined_Library Target Key Length Check

       CUSTOMIZER ONLY
       PRS Number => 6158281-Jazm-Jak

       The Rcf_Customization.Create_Predefined_Library command  did  not
       check  the  value  of  the  Target_Key_Name parameter for a valid
       length.

       The  command  now  requires  that  the  value  specified  in  the
       Target_Key_Name parameter is not longer than 16 characters.









       RATIONAL     June 1992                                         11\f

       RCF Release Information


       6.19.     Invalid   Parameters   For   Promote_Preprocess   Using
       Secondaries

       CUSTOMIZER ONLY
       PRS Number => 169982-Gato-Mboy

       In RCF Release 1_1_1, the RCF passed  the  compilation  extension
       Promote_Preprocesss     a    compilation    command    for    its
       Remote_Unit_Name parameter.

       The RCF correctly passes the secondary Remote_Unit_Name  to  this
       extension.


       6.20.  Promote Error With Set/Get_Remote_Unit_Name

       CUSTOMIZER ONLY
       PRS Number => 5386182-Gato-Mboy; CSR6322

       If  a  customization called the Set/Get_Remote_Unit_Name function
       from the Programmatic Interface, it generated the following error
       message due to a state file locking problem:

       Unit <UNIT_NAME> unknown to the RCF

       This is fixed.


       6.21.  Extension Status Checking

       CUSTOMIZER ONLY
       PRS Number => 9348469-Jazm-Jak

       In  RCF  Release 1_1_1, the RCF did not check the status returned
       by    some    extensions,    including    Link_Preprocess     and
       Link_Postprocess.   The   RCF   command  proceeded  even  if  the
       extensions failed.

       The  RCF  checks  status  returned  by  all  extensions.  If  the
       extension fails, the RCF command fails.


       7.  Limitations

       This  section  describes  limitations  in  Release  1_2_2  of the
       Customizable RCF.


       7.1.  Compilation Order Involving Generics

       Compilation ordering involving generics assumes macro  expansion,
       regardless   of   how   your   site-specific   customization   or
       Rational-supported Extension has been implemented. The RCF always
       assumes   macro   expansions  and  introduces  additional  coding
       dependencies as a result.

       12                                         June 1992     RATIONAL\f

                                                           Release 1_2_2


       7.2.  Coding Subunits and Parents

       PRS Number => 9123690-0167-0

       Coding a subunit requires that the parent be coded first. In  the
       RCF, if units are installed, it is assumed that they will code on
       the remote compilation platform. The RCF does not provide special
       case  handling for an unusual error in the event that an Ada unit
       fails to code on the remote compilation platform. The compilation
       operation does not record whether it has tried and failed to code
       the parent unit. The RCF tries to code the  subunit  even  though
       the parent has failed to code.


       7.3.  Promoting Stubs to the Coded State

       You  cannot  promote a stub directly to the Coded state. You must
       first promote the stub to the Installed state.


       7.4.  Using DTIA and UNIX Shells

       PRS Number => 4514072-Gato-Mboy

       When you use the RCF in conjunction with DTIA and UNIX, the  UNIX
       default login shell must be "ksh". If the default shell is "csh",
       then the RCF job hangs on some commands and  return  a  "Variable
       Syntax"  message.  Killing  the RCF leaves certain processes, csh
       and in.dtia, running on the remote UNIX system.

       Use the following steps to remove those jobs:

       1. Log in to the remote UNIX system.

       2. Use the UNIX kill -9 for that system  to  kill  the  remaining
          associated jobs.


       7.5.  Telnet Logins

       For  customizations  using  the  Telnet/FTP transfer mode, remote
       user logins cannot request input. If they do, such logins hang.


       7.6.  Prompting For Passwords

       The RCF no longer supports the Prompt For Password feature.


       7.7.  Archive.Copy/Archive.Restore Operations

       Note the following  conditions  when  you  use  Archive.Copy  and
       Archive.Restore with the Customizable RCF.



       RATIONAL     June 1992                                         13\f

       RCF Release Information


       7.7.1.  Archiving and Restoring Views

       Archive.Copy   and   Archive.Restore   refresh   all   RCF  state
       information  when  copying/restoring  a   view,   including   the
       following:

       *  Remote unit names

       *  Unit download timestamps

       *  Unit options

       Compiler_Switches  are  copied  from the source view. This leaves
       the    switches     Ftp.Remote_Machine,     Ftp.Remote_Directory,
       Ftp.Username, and Ftp.Password unchanged.

       You  are  encouraged  to  copy  views  using  the  Goal_State  =>
       Installed option.

       After    the    archive    operation    has    completed,     use
       Rcf.Build_Remote_Library  to  build  a new remote library for the
       host view.


       7.7.2.  Copying and Restoring Secondaries

       Archive does not copy sub-objects such  as  secondary  referencer
       files.  Before  you  copy  a view containing secondaries to a new
       location, run Rcf.Expand_Secondary_Referencers to  put  secondary
       referencer  files  into a form that can be copied. Once your copy
       operation has completed, run Rcf.Collapse_Secondary_Referencer to
       restore the secondary referencer sub-objects.


       7.8.  Configuration_Only Releases

       Configuration_Only   releases   currently  do  not  maintain  the
       host-target  connection   information.   If   you   specify   the
       Remote_Directory  parameter  with Rcf_Cmvc.Release, it builds the
       remote library. But  when  you  restore  the  configuration  with
       Rcf_Cmvc.Build, the host-remote relationship is lost.

       The   Goal   parameter   is   always   Compilation.Source   on  a
       Rcf_Cmvc.Build  command  executed  on  a  configuration  release.
       Before  you install or code such a view, you must unfreeze it and
       run Rcf.Refresh_View.

       Any secondary_referencer files must be  expanded  and  controlled
       before you build a configuration-only release, and then collapsed
       after you restore the configuration. In order to restore the  RCF
       state    information    after   using   Rcf_Cmvc.Build,   execute
       Rcf.Refresh_View:




       14                                         June 1992     RATIONAL\f

                                                           Release 1_2_2


       Rcf.Refresh_View (View => "<CURSOR>",
                         Retain_History => True,
                         Response => "<PROFILE>");


       In its current  form,  a  configuration  release  is  useful  for
       minimal-space  host  releases.  A future RCF release will provide
       full support.

       Refer any questions to your Rational Technical Representative.


       7.9.  Rcf_Cmvc.Build And The State File

       PRS Number => 7905886-Gato-Mboy

       You must specify the Goal parameter as Goal => Compilation.Source
       when  restoring  from  a  configuration to avoid errors resulting
       from  a  nonexistent  state   file.   Refer   to   Section   7.8,
       "Configuration-Only Releases", for more information.


       7.10.  Trace_Command_Output And Rcf.Execute_Remote_Command

       Since    Trace_Command_Output    is   a   library   switch,   and
       Execute_Remote_Command is a command that is not  associated  with
       any  library  context,  this  switch  is  not  recognized by this
       command.


       7.11.  Rcf.Execute_Remote_Command

       Rcf.Execute_Remote_Command  cannot  run  commands  that   require
       input.


       7.12.  COTS Specifications

       Caution: Rational Technical Representatives must not upload third
       party vendor specifications into the RCF predefined areas.

       As the customer, you must contact your  third  party  vendor  for
       information  regarding  license  and  restrictions  or  to obtain
       written permission to upload or copy specifications yourself.


       7.13.  Associated Files Retrieval For Secondaries

       When processing a secondary file,  the  RCF  does  not  call  the
       Retrieve_Associated_Files Preprocess and Postprocess extensions.






       RATIONAL     June 1992                                         15\f

       RCF Release Information


       7.14.  Overloading Attributes

       The  types  of  the attribute prefixes must be mutually exclusive
       when you customize to overload vendor-specific attributes.


       7.15.  Attributes as Component Clauses of Rep Specs

       The Environment parser does not  allow  attributes  as  component
       clauses  of  record  representation  clauses.  For  example,  the
       following causes a syntax error:

       declare
       type Int_Array is array (Integer range <>) of Integer;
       type R (D : Integer) is
           record
               A : Int_Array (1 .. D);
           end record;
       for R use
           record
               A'Array_Descriptor at 0 range 1 .. 32;
               A at 1 range 1 .. 32;
           end record;

       When you semaniticize this example, the  apostrophe  (')  between
       "A"  and  "Array_Descriptor"  is underlined. The error message is
       "Saw ''', expected at".

       This requires changes to the Rational  Environment  and  will  be
       fixed in Release D3.0 of the Rational Environment.


       8.  Known Problems

       Following  is  a  list  of  problems  known  at  the time of this
       release.


       8.1.  Nonexistent Page Error Exception

       Nonexistent Page Errors can occur when the RCF is not elaborated.

       To determine if the RCF is elaborated:

       1. Execute What.Users.

       2. Search for the job name Rcf_Compiler Rev1_2_2.

       If the RCF_Compiler is not running:

       1. Run Start_Rcf_Main.

       2. Use Custom_Key.Register to register your customization.



       16                                         June 1992     RATIONAL\f

                                                           Release 1_2_2


       8.2.  Remote Access Control

       The remote DTIA server creates all remote files with  the  access
       permissions:

        rw-  r-- r--

       This  permission  setting  gives read and write permission to the
       owner of the file, but read permission only to group and  others.
       This  can prevent multiple host R1000 users with different remote
       userids from operating on the same set of host views.

       Note: This only affects customizations that use DTIA.


       8.3.  File Transfer Using FTP

       File transfer can fail occasionally for customizations using  the
       Telnet/FTP  transfer  mode.  In  this  case, the RCF attempts the
       transfer three times before it stops trying to transfer. If  none
       of  the  attempts  succeed,  the host unit is not promoted to the
       coded state.


       8.4.  RCF Compiler Switch Modification

       Any changes to the Compiler_Switches file while the  RCF  is  not
       elaborated cause all RCF switches in that file to revert to their
       default values when the RCF is next elaborated.


       8.5.  Null Remote_Directory Library Switch

       PRS Number => 5185401-Gato-Mboy

       If the Remote_Directory library switch is  inadvertantly  set  to
       null,  when  you  promote  units to coded, the RCF still tries to
       download  and  compile  the  units  on  the  remote   compilation
       platform.  The RCF downloads to the default home directory on the
       remote system. Compilation succeeds if there is an adalib in that
       directory.

       Refer  to  Section  8.4,  "RCF Compiler Switch Modification", for
       information about reverting to default switch settings.


       8.6.  Compilation Warnings

       When you  execute  a  Compilation.Make  operation  that  includes
       predefined  units  in  its closure, it generates warning messages
       stating that the predefined units have no  bodies.  Ignore  these
       warnings.

       Workaround:    Set    the    Rational    Environment   Semantics-
       .Subsystem_Interface library switch to True. Setting this  switch

       RATIONAL     June 1992                                         17\f

       RCF Release Information


       indicates  that  the  world  should  be  treated  as  a subsystem
       interface, a spec view, and thus the units do not require bodies.


       8.7.  Rcf_Cmvc.Accept_Changes and Indirect Files

       PRS Number => 9123690-0173-4

       Rcf_Cmvc.Accept_Changes  can  produce  errors  when  you  use  an
       indirect file as the Source parameter.


       8.8.  Response Parameter With Compilation Operations

       PRS Number => 903338-Gato-Mboy

       Setting   the   Response   parameter   in   Compilation.Make   or
       Compilation.Promote has no effect on RCF messages.


       8.9.  Rcf.Accept_Remote_Changes Temporary File

       PRS Number => 7288788-Gato-Mboy

       The Rcf.Accept_Remote_Changes command creates a  temporary  file,
       Rcf_Temp_<Time_Stamp>, in the directory containing the host unit.
       If the changes  are  not  parsed  successfully  on  the  Rational
       Environment,  then  the  RCF  leaves  this  file  behind  without
       deleting it.


       8.10.  Rcf.Check_Consistency Temporary File

       PRS Number => 7554142-Gato-Mboy

       Rcf.Check_Consistency creates a temporary file,  <Unit_Name>_Tmp,
       in  the  directory  containing the host unit. If you have already
       created a file with the same name, then the operation fails. This
       also causes the same error as Rcf.Accept_Remote_Changes.


       8.11.  Associated-file Retrieval On Warning

       PRS Number => 9123690-0167-4

       The  presence  of  warning messages does not alter file retrieval
       behavior in the remote compilation operation.  If  there  are  no
       errors  in the output log, then the RCF retrieves files specified
       to be retrieved under "On_Normal" or "Always" conditions. The RCF
       does not recognize warnings, so no files are retrieved under that
       condition.

       Do not specify that files should be retrieved "On_Warning".



       18                                         June 1992     RATIONAL\f

                                                           Release 1_2_2


       8.12.  Destroy_View_Postprocess

       PRS Number => 8509773-Gato-Mboy

       The RCF does not call Destroy_View_Postprocess.


       8.13.  Limited Private Types In Predefined Units

       PRS Number => 7059170-Gato-Mboy

       If a customization names a limited private type from a predefined
       package,  it  generates  a name resolution error. A customization
       names a type if  the  string  representation  of  the  type  name
       appears anywhere in the customization. For example, if you define
       an attribute that returns a value  of  type  System.Address,  and
       System.Address  is  a  limited  private type, the following error
       occurs during registration:

       Name resolution failure for type 'System.Address': AMBIGUOUS.

       If you make the type private, the error message does not occur.


       8.14.  Private Type Equality Operator In Package System

       PRS Number => 4348467-Gato-Mboy

       An error occurs when you attempt to rename the equality  operator
       of  a  private  type in package System. This works if the type is
       not private.


       9.  Documentation

       Rational  Remote  Compilation   Facility:   User's   Manual,   PN
       4000-00500, provides additional information for RCF users.


       10.  Training

       Rational  Target  Tools  Training:  Remote  Compilation  Facility
       Fundamentals, PN 7000-00653, provides user training for the RCF.













       RATIONAL     June 1992                                         19\f

       RCF Release Information


























































       20                                         June 1992     RATIONAL\f

                                                           Release 1_2_2


                                  Appendix A
                            Fixed Problems History

       This appendix describes problems fixed in  previous  releases  of
       the  product since RCF Release 1_0_3. Descriptions of these fixes
       are in the  RCF:  Release  Information  Release  1_1_1  Note  (PN
       508-003255-007).

       Fixes noted as Customizers Only apply to customization components
       of the RCF. Customizers should check these fixes;  general  users
       can ignore these sections.

       The  following  table provides the PRS number of the problem, the
       release in which the problem was fixed, and the  PRS  summary  of
       the problem.


                           History of Fixed Problems

        ------------------------------------------------------------- 
       |              |     |                                        |
       |  PRS Number  | Rel |              PRS Summary               |
       |              | Num |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |none          |1_1_1|DTIA and Telnet/FTP connections have    |
       |              |     |broken and hung                         |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |none          |1_1_1|Customizer Only                         |
       |              |     |Remote_Command_Interface error statuses |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |none          |1_1_1|Compilation from detached jobs          |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |2912557-Jazm- |1_1_1|Slow demotion in RCI views              |
       |Jak           |     |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |308411-Jazm-  |1_1_1|Private type recognition problems       |
       |Jak           |     |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |3546124-Jazm- |1_1_1|Customizer Only                         |
       |Jak           |     |Delete phase went away in customizations|
        ------------------------------------------------------------- 
       |              |     |                                        |
       |3907848-Jazm- |1_1_1|Ftp waits too long between retries      |
       |Jak           |     |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |4379654-Gato- |1_1_1|Implementation defined attributes do not|
       |Mboy          |     |work for expanded names                 |
        ------------------------------------------------------------- 

       RATIONAL     June 1992                                         21\f

       RCF Release Information



        ------------------------------------------------------------- 
       |              |     |                                        |
       |  PRS Number  | Rel |              PRS Summary               |
       |              | Num |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |5772860-Gato- |1_1_1|Problem with remote import command      |
       |Mboy          |     |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |6663531-Jazm- |1_1_1|New Feature                             |
       |Jak           |     |Initialization routine should match RDF |
       |              |     |format                                  |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |6785680-Gato- |1_1_1|Customizer Only                         |
       |Mboy          |     |RCI passes a null "views_to_import"     |
       |              |     |iterator into IMPORT_PREPROCESS         |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |680047-Gato-  |1_1_1|Problem with "IS_PRE_OPTION" on Link    |
       |Mboy          |     |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |7185171-Gato- |1_1_1|Cannot have a single view which uses    |
       |Mboy          |     |both the RDF and RCI                    |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |7443648-Gato- |1_1_1|Problem with built-in operators         |
       |Mboy          |     |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |8046554-Gato- |1_1_1|Customizer Only                         |
       |Mboy          |     |Type definitions during customization   |
       |              |     |registrations are case sensitive        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |8105473-Gato- |1_1_1|Version error occurs during demote and  |
       |Mboy          |     |during link using RCI                   |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |8385064-Jazm- |1_1_1|Customizer Only                         |
       |Jak           |     |Rcf_Cmvc.Release calls wrong library    |
       |              |     |extension routines                      |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |9080824-Jazm- |1_1_1|Customizer Only                         |
       |Jak           |     |Null option problem                     |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |9123690-0166-7|1_1_1|Csr5674: Problem with associated file   |
       |              |     |name formation                          |
        ------------------------------------------------------------- 


       22                                         June 1992     RATIONAL\f

                                                           Release 1_2_2



        ------------------------------------------------------------- 
       |              |     |                                        |
       |  PRS Number  | Rel |              PRS Summary               |
       |              | Num |                                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |9123690-0166-8|1_1_1|Customizer Only                         |
       |              |     |Csr5679: RCF_LINK doesn't retrieve all  |
       |              |     |associated files                        |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |9123690-0166-9|1_1_1|Csr5680: RCI Binary File retrieval      |
       |              |     |doesn't work                            |
        ------------------------------------------------------------- 
       |              |     |                                        |
       |959311-Jazm-  |1_1_1|Csr6036: Overloading of Attributes      |
       |Jak           |     |                                        |
        ------------------------------------------------------------- 





































       RATIONAL     June 1992                                         23\f

                                                           Release 1_2_2


                                   Contents


       1.  Overview                                                    1
       2.  RCF Components                                              1
       3.  Upgrade Impact                                              1
       4.  Prerequisites                                               2
       5.  New Features                                                3
          5.1.  Pragma Main Support                                    3
          5.2.  Pragma Inline Support                                  3
          5.3.  Programmatic Interface Enhancements                    4
          5.4.  Compilation Ordering Mechanism                         4
       6.  Fixed Problems                                              5
          6.1.  Reusable Component Subunits                            7
          6.2.  DTIA and UNIX Shells                                  7
          6.3.  Locked Telnet Ports                                    7
          6.4.  Locked Telnet Port When Rcf.Link Fails                 7
          6.5.  Telnet Connection Echo Option                          8
          6.6.  Compilation Ordering with Compilation.Make             8
          6.7.  Compilation Ordering of Generics                       8
          6.8.  Incremental Pragma Inline Error                        8
          6.9.  Nonexistent Page Errors                                9
          6.10.  State File Access For Importing Views                 9
          6.11.  Rcf_Cmvc.Import Parameter Resolution Errors           9
          6.12.  Removing Multiple Imports With
          Rcf_Cmvc.Remove_Imports10
          6.13.  Rcf.Link Make_Uncoded_Units Parameter Failure        10
          6.14.  Rcf.Accept_Remote_Changes and Check In               10
          6.15.  Rcf_Initialize Timing                                11
          6.16.  VAX Error Codes                                     11
          6.17.  Registering RCF Customizations and Extensions        11
          6.18.  Create_Predefined_Library Target Key Length Check    11
          6.19.  Invalid Parameters For Promote_Preprocess Using
          Secondaries                                                 12
          6.20.  Promote Error With Set/Get_Remote_Unit_Name          12
          6.21.  Extension Status Checking                            12
       7.  Limitations                                                12
          7.1.  Compilation Order Involving Generics                  12
          7.2.  Coding Subunits and Parents                           13
          7.3.  Promoting Stubs to the Coded State                    13
          7.4.  Using DTIA and UNIX Shells                            13
          7.5.  Telnet Logins                                         13
          7.6.  Prompting For Passwords                               13
          7.7.  Archive.Copy/Archive.Restore Operations               13
             7.7.1.  Archiving and Restoring Views                    14
             7.7.2.  Copying and Restoring Secondaries                14
          7.8.  Configuration_Only Releases                           14
          7.9.  Rcf_Cmvc.Build And The State File                     15
          7.10.  Trace_Command_Output And Rcf.Execute_Remote_Command  15
          7.11.  Rcf.Execute_Remote_Command                           15
          7.12.  COTS Specifications                                  15
          7.13.  Associated Files Retrieval For Secondaries           15
          7.14.  Overloading Attributes                               16
          7.15.  Attributes as Component Clauses of Rep Specs         16
       8.  Known Problems                                             16

       RATIONAL     June 1992                                        iii\f

       RCF Release Information


          8.1.  Nonexistent Page Error Exception                      16
          8.2.  Remote Access Control                                 17
          8.3.  File Transfer Using FTP                               17
          8.4.  RCF Compiler Switch Modification                      17
          8.5.  Null Remote_Directory Library Switch                  17
          8.6.  Compilation Warnings                                  17
          8.7.  Rcf_Cmvc.Accept_Changes and Indirect Files            18
          8.8.  Response Parameter With Compilation Operations        18
          8.9.  Rcf.Accept_Remote_Changes Temporary File              18
          8.10.  Rcf.Check_Consistency Temporary File                 18
          8.11.  Associated-file Retrieval On Warning                 18
          8.12.  Destroy_View_Postprocess                             19
          8.13.  Limited Private Types In Predefined Units            19
          8.14.  Private Type Equality Operator In Package System     19
       9.  Documentation                                              19
       10.  Training                                                  19
       A  Fixed Problems History                                      21







































       iv                                         June 1992     RATIONAL\f

%!PS-Adobe-2.0
%%Title: !DOCUMENTATION.RELEASE_NOTES.REMOTE_COMPILATION_FACILITIES.PROD_WORKING.UNITS.RCF_CUSTOM1_2_2'V(5)
%%Creator: COMPOSE 10.7.12
%%CreationDate: June 9, 1992 at 9:18:54 PM
%%For: KP
%%Pages: (atend)
%%DocumentFonts: (atend)
%%EndComments
/SelectFont {findfont exch dup neg 0 0 3 -1 roll 0 0 MAT astore makefont setfont} bind def
/BeginPage {/State save def /INITIAL-MATRIX matrix currentmatrix def 1 -1 scale 0.5 setlinewidth} bind def
/PositionPage {{-90 rotate pop} {0 exch neg translate} ifelse} bind def
/EndPage {State restore showpage} def
/WS {0 32 4 -1 roll widthshow} bind def
/MX {0 rmoveto} bind def
/LTAB {gsave exch (.) stringwidth pop sub exch {dup 2 div dup 0 rmoveto (.) show 0 rmoveto} repeat pop grestore} bind def
/MAT matrix def
/FINDSCALE {gsave newpath 0 0 moveto (X) false charpath
flattenpath pathbbox /CAPHEIGHT exch def pop pop pop newpath 0 0 moveto
(x) false charpath flattenpath pathbbox /XHEIGHT exch def pop pop pop
grestore XHEIGHT CAPHEIGHT XHEIGHT sub 3 div add CAPHEIGHT div } bind def
/CAP-ENCODING [ StandardEncoding aload pop ] def
8#141 1 8#172 {CAP-ENCODING exch dup 1 string dup 0 4 -1 roll 8#40 sub put cvn put} for
/COPYFONT {dup length dict /TMPDICT exch def {1 index /FID ne {TMPDICT 3 1 roll put} {pop pop} ifelse } forall TMPDICT }bind def
/SYM {save exch /newfont currentfont maxlength dict def currentfont
{exch dup /FID ne {dup /Encoding eq {exch dup length array copy newfont 3 1 roll put}
{exch newfont 3 1 roll put} ifelse } {pop pop} ifelse} forall
newfont /Encoding get 8#377 3 -1 roll put /NEWFONT newfont definefont setfont
(\377) show restore} bind def
%%EndProlog
%%Page: 1 1
BeginPage
792 false PositionPage
72 72 moveto
20 /Palatino-Roman SelectFont
( ) show
178.980 328 moveto
(Remote Compilation Facility) show
217.090 350 moveto
(Release Information) show
242.800 394 moveto
( Release 1_2_2) show
EndPage
%%Page: 2 2
BeginPage
792 false PositionPage
72 72 moveto
10 /Palatino-Roman SelectFont
( ) show
72 144 moveto
(Copyright ) show
/copyright SYM 7.470 MX
( 1992 by Rational) show
72 192 moveto
(Part Number: 508-003255-009) show
72 216 moveto
(June 1992 \050Software Release 1_2_2\051) show
72 576 moveto
9 /Palatino-Roman SelectFont
(DEC, VAX, and VMS are trademarks of Digital Equipment Corporation.) show
72 598 moveto
(UNIX is a registered trademark of AT&T.) show
72 620 moveto
(Rational and R1000 are registered trademarks and Rational Environment and Rational Subsystems are trademarks) show
72 631 moveto
(of Rational.) show
287.480 690 moveto
10 /Palatino-Roman SelectFont
(Rational) show
259.660 702 moveto
(3320 Scott Boulevard) show
229.255 714 moveto
(Santa Clara, California  95054-3197) show
EndPage
%%Page: 1 3
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 1_2_2) show
72 76 moveto
15 /Palatino-Bold SelectFont
(1.  Overview) show
72 100 moveto
11 /Palatino-Roman SelectFont
(This release note describes Release 1_2_2 of the) 1.572 WS
4.321 MX
(Rational Remote Compilation Facility \050RCF\051,) 1.571 WS
72 113 moveto
(also referred to as the Customizable RCF. The purpose of this release is to enhance Release) 1.885 WS
72 126 moveto
(1_1_1 of the Customizable RCF.) show
72 150 moveto
(This release provides support for pragma Inline and pragma Main. It also) 0.175 WS
2.924 MX
(includes an enhanced) 0.174 WS
72 163 moveto
(programmatic interface and fixes to Nonexistent Page) 0.685 WS
3.436 MX
(Error problems and various compilation) 0.686 WS
72 176 moveto
(ordering problems uncovered in Rev1_1_1. For) 0.705 WS
3.454 MX
(a complete list of fixed bugs, refer to Section 6,) 0.704 WS
72 189 moveto
(\252Fixed Problems\272 of this document.) show
72 229 moveto
15 /Palatino-Bold SelectFont
(2.  RCF Components) show
72 253 moveto
11 /Palatino-Roman SelectFont
(The following RCF components are installed as part of the release:) show
72 277 moveto
10 /Courier-Bold SelectFont
(!Targets.Implementation.Rcf_Release1_2_2      -- Main RCF release world) show
72 301 moveto
(!Machine.Target_Builder.Rcf_Errors            -- Encoded Rcf Errors) show
72 325 moveto
(!Targets.Implementation.Rcf_User_Interface    -- Rcf command interface) show
72 337 moveto
(        Rev1_2_Spec) show
72 349 moveto
(        Code1_2_2) show
72 373 moveto
(!Targets.Implementation.Rcf_Programmatic_Interface) show
72 385 moveto
(                    -- Rcf Programmatic Interface) show
72 397 moveto
(        Rev1_2_Spec -- Rev1_0_Spec is still valid \050and) show
72 409 moveto
(                    -- is included on the release tape\051) show
72 433 moveto
(!Targets.Implementation.Rcf_Customization_Interface) show
72 445 moveto
(                    -- Customization Interface) show
72 457 moveto
(        Rev1_2_Spec) show
72 481 moveto
(!Rcf.Reusable_Components.Rev1_2_0      -- Rational Reusable Components) show
72 505 moveto
11 /Palatino-Roman SelectFont
(For more information on installation of this product, refer to) 3.291 WS
6.042 MX
(the installation instructions) 3.292 WS
72 518 moveto
(delivered with this release. For user information, refer to the) show
11 /Palatino-Italic SelectFont
( RCF User's Manual) show
11 /Palatino-Roman SelectFont
(.) show
72 558 moveto
15 /Palatino-Bold SelectFont
(3.  Upgrade Impact) show
72 582 moveto
11 /Palatino-Roman SelectFont
(This release uses a revised mechanism for computing) 0.241 WS
2.990 MX
(compilation ordering. This makes Release) 0.240 WS
72 595 moveto
(1_2_2 incompatible with any previous RCF release. Upgrading to Release) 0.222 WS
2.973 MX
(1_2_2 builds program) 0.223 WS
72 608 moveto
(libraries for all RCF) 3.489 WS
6.238 MX
(target key views. Installing the new release automatically does this) 3.488 WS
72 621 moveto
(upgrade.) show
72 645 moveto
(This release has no impact on existing RCF customizations. You can modify your) 2.598 WS
5.349 MX
(existing) show
72 658 moveto
(customization to take advantage of the) 5.779 WS
8.528 MX
(new functionality provided in the Rev1_2_2) 5.778 WS
72 671 moveto
(Rcf_Programmatic_Interface. Section 5.3, \252Programmatic Interface) 2.635 WS
5.386 MX
(Enhancements\272, describes) 2.636 WS
72 684 moveto
(the changes.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
(     June 1992) show
326.260 MX
(1) show
EndPage
%%Page: 2 4
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCF Release Information) show
72 72 moveto
11 /Palatino-Italic SelectFont
(Note: Do not delete ) show
10 /Courier-BoldOblique SelectFont
(Rev1_0_Spec) show
11 /Palatino-Italic SelectFont
( under the following conditions:) show
72 96 moveto
(\267 ) show
15.750 MX
(If you do not plan to upgrade to make use of the new programmatic interface.) show
72 114 moveto
(\267 ) show
15.750 MX
(If you have installed or plan to install any Rational-supported RCF Extension.) show
72 154 moveto
15 /Palatino-Bold SelectFont
(4.  Prerequisites) show
72 178 moveto
11 /Palatino-Roman SelectFont
(Before you use the RCF, confirm the following prerequisite conditions:) show
72 202 moveto
(\267 ) show
14.584 MX
(The host R1000) show
0 -2.750 rmoveto
8 /Palatino-Roman SelectFont
/registered SYM 5.976 MX
11 /Palatino-Roman SelectFont
0 2.750 rmoveto
( and remote compilation server are on the same network.) show
72 226 moveto
(\267 ) show
14.584 MX
(An entry) 0.834 WS
3.583 MX
(in !Machine.Transport_Name_Map identifies the remote compilation server. For) 0.833 WS
96 239 moveto
(example, where tcp/ip is the) 0.578 WS
3.329 MX
(communications protocol, 89.64.128.9 is the internet address,) 0.579 WS
96 252 moveto
(Tilden is the logical machine name, and Aix is the remote compilation) 1.154 WS
3.903 MX
(operating system,) 1.153 WS
96 265 moveto
(the entry appears as follows:) show
96 289 moveto
10 /Courier-Bold SelectFont
(tcp/ip 89.64.128.9 Tilden Aix) show
72 313 moveto
11 /Palatino-Roman SelectFont
(\267 ) show
14.584 MX
(The network) 3.032 WS
5.783 MX
(communication server is running. The RCF supports two modes of file) 3.033 WS
96 326 moveto
(transfer and command execution: DTIA and Telnet/FTP.) show
96 344 moveto
(DTIA is not a prerequisite for customizations using the Telnet/FTP transfer mode.) show
96 362 moveto
(If you) 1.845 WS
4.594 MX
(are using a customization with a DTIA transfer mode, the DTIA server must be) 1.844 WS
96 375 moveto
(installed on the host R1000 and running on the remote compilation platform.) show
96 393 moveto
(To detect if the host server is running:) show
96 411 moveto
/minus SYM 6.666 MX
( ) show
14.584 MX
(Execute What.Users.) show
96 429 moveto
/minus SYM 6.666 MX
( ) show
14.584 MX
(Search for job name) show
11 /Palatino-Italic SelectFont
( DTIA Remote_Operations Server) show
11 /Palatino-Roman SelectFont
( in the list.) show
96 447 moveto
(To detect if the remote DTIA server is running, refer to the DTIA installation instructions.) show
72 487 moveto
15 /Palatino-Bold SelectFont
(5.  New Features) show
72 511 moveto
11 /Palatino-Roman SelectFont
(This section describes the features added since Release 1_1_1 of the Customizable RCF.) show
72 549 moveto
13 /Palatino-Bold SelectFont
(5.1.  Pragma Main Support) show
72 573 moveto
11 /Palatino-Roman SelectFont
(The RCF supports the Rational-defined pragma) 2.908 WS
5.659 MX
(Main. If you specify pragma Main in the) 2.909 WS
72 586 moveto
(specification of a main program, the RCF invokes the remote) 0.549 WS
3.298 MX
(link operation automatically after) 0.548 WS
72 599 moveto
(coding the unit. This produces an executable module without) 1.112 WS
3.863 MX
(explicitly invoking the Rcf.Link) 1.113 WS
72 612 moveto
(command. Since this eliminates the need to explicitly link the main) 4.063 WS
6.812 MX
(program, the RCF) 4.062 WS
72 625 moveto
(development model more closely matches the Rational Environment) 3.190 WS
0 -2.750 rmoveto
8 /Palatino-Roman SelectFont
/registered SYM 5.976 MX
11 /Palatino-Roman SelectFont
0 2.750 rmoveto
( native development) 3.191 WS
72 638 moveto
(model. RCF) 1.183 WS
3.932 MX
(support of this feature is particularly useful when you do host-based testing and) 1.182 WS
72 651 moveto
(transition from CDF to RCF use.) show
72 675 moveto
(To use pragma Main, place it immediately after the end of the specification or body of) 0.875 WS
3.626 MX
(a main) 0.876 WS
72 688 moveto
(procedure. You can use pragma Main in any library-level Ada unit that can be linked on) 1.308 WS
4.057 MX
(the) show
72 701 moveto
(remote compilation platform.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(2) show
324.051 MX
(June 1992    ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 3 5
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 1_2_2) show
72 72 moveto
11 /Palatino-Roman SelectFont
(Before a main program can be promoted to the coded state, all compilation) 0.801 WS
3.552 MX
(units in its closure) 0.802 WS
72 85 moveto
(must be in the coded state. If all units in the closure are not coded, the RCF) 0.188 WS
2.937 MX
(creates a message of) 0.187 WS
72 98 moveto
(the following form:) show
72 122 moveto
10 /Courier-Bold SelectFont
(ERROR Link failed for <Main_Unit>.  Failure in Host_Linker.Prelink.) show
72 146 moveto
11 /Palatino-Roman SelectFont
(Attempting to demote a unit in the closure of a coded main unit can result in an error message.) show
72 170 moveto
(RCF support for pragma Main does not include parameters,) 0.975 WS
3.726 MX
(which means that the RCF issues) 0.976 WS
72 183 moveto
(warning messages in code) 1.428 WS
4.177 MX
(joined with R1000 or CDF views where pragma Main can include) 1.427 WS
72 196 moveto
(various parameters.) show
72 220 moveto
(Refer to the) 2.674 WS
11 /Palatino-Italic SelectFont
( Rational LRM, Appendix F) 2.674 WS
11 /Palatino-Roman SelectFont
( for more information about the R1000) 2.674 WS
5.425 MX
(semantics of) 2.675 WS
72 233 moveto
(pragma Main.) show
72 271 moveto
13 /Palatino-Bold SelectFont
(5.2.  Pragma Inline Support) show
72 295 moveto
11 /Palatino-Roman SelectFont
(The RCF) 0.731 WS
3.480 MX
(supports pragma Inline. It takes inlining dependencies into account when computing) 0.730 WS
72 308 moveto
(coding order, during promotion, and obsolescence requirements, during) 1.626 WS
4.377 MX
(demotion. Units are) 1.627 WS
72 321 moveto
(compiled in an order) 0.854 WS
3.603 MX
(that allows the remote compiler to inline \050macro expand\051 calls to inlined) 0.853 WS
72 334 moveto
(routines. Inlined callers are obsolesced when the body of an inlined routine is demoted.) show
72 358 moveto
(Note that inlining is always in effect, regardless of how your) 2.300 WS
5.051 MX
(site-specific customization or) 2.301 WS
72 371 moveto
(Rational-supported Extension has been implemented.) show
72 409 moveto
13 /Palatino-Bold SelectFont
(5.3.  Programmatic Interface Enhancements) show
72 433 moveto
11 /Palatino-Roman SelectFont
(Release 1_2_2 enhances the RCF programmatic interfaces in the following ways:) show
72 457 moveto
(\267 ) show
14.584 MX
(Deletes some interfaces from the compilation interface.) show
72 475 moveto
(\267 ) show
14.584 MX
(Adds calls) 2.402 WS
5.151 MX
(to handle secondaries; to create and delete secondaries and to display and) 2.401 WS
96 488 moveto
(manipulate secondary state information.) show
72 506 moveto
(\267 ) show
14.584 MX
(Adds calls to access various fields from the customization templates.) show
72 530 moveto
(This release contains the following changes to) 6.544 WS
9.295 MX
(packages in !Targets.Implementation-) 6.545 WS
72 543 moveto
(.Rcf_Programmatic_Interface.Rev1_2_Spec.Units:) show
72 567 moveto
(\267 ) show
11 /Palatino-Italic SelectFont
14.584 MX
(Compilation_Interface) show
11 /Palatino-Roman SelectFont
(: Deletes interfaces to Promote, Demote, and Link.) show
72 585 moveto
(\267 ) show
11 /Palatino-Italic SelectFont
14.584 MX
(Import_Interface) show
11 /Palatino-Roman SelectFont
(: Adds the function Get_Referencers which returns a) 2.851 WS
5.600 MX
(list of views that) 2.850 WS
96 598 moveto
(import a given view.) show
72 616 moveto
(\267 ) show
11 /Palatino-Italic SelectFont
14.584 MX
(Library_Interface) show
11 /Palatino-Roman SelectFont
(: No changes.) show
72 634 moveto
(\267 ) show
11 /Palatino-Italic SelectFont
14.584 MX
(Remote_Command_Interface) show
11 /Palatino-Roman SelectFont
(: Adds the following functions:) show
96 652 moveto
/minus SYM 6.666 MX
( ) show
14.584 MX
(Upload_Ada_Unit: Uploads remote Ada units.) show
96 670 moveto
/minus SYM 6.666 MX
( ) show
14.584 MX
(Upload_Text_File: Uploads) 1.661 WS
4.412 MX
(a remote text file after acquiring the necessary network) 1.662 WS
120 683 moveto
(connections.) show
96 701 moveto
/minus SYM 6.666 MX
( ) show
14.584 MX
(Update_Consistency: Updates the consistency between a host and remote unit.) show
72 719 moveto
(\267 ) show
11 /Palatino-Italic SelectFont
14.584 MX
(Target_Dependent_Interface) show
11 /Palatino-Roman SelectFont
(: Adds functions that) 0.450 WS
3.199 MX
(return the values for customized attributes) 0.449 WS
96 732 moveto
(of the RCF; for) 2.411 WS
5.162 MX
(example, Directory_Prefix, Extension_Separator, Max_Filename_Length,) 2.412 WS
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
(     June 1992) show
326.260 MX
(3) show
EndPage
%%Page: 4 6
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCF Release Information) show
96 72 moveto
11 /Palatino-Roman SelectFont
(Linker_Post_Options. You can derive these values) 3.735 WS
6.484 MX
(using Rcf_Customization_Interface) 3.734 WS
96 85 moveto
(functions, but the functions in this package provide a simpler interface.) show
72 103 moveto
(\267 ) show
11 /Palatino-Italic SelectFont
14.584 MX
(Unit_Interface) show
11 /Palatino-Roman SelectFont
(: Adds functions) 1.530 WS
4.281 MX
(to create and manipulate secondaries and secondary state) 1.531 WS
96 116 moveto
(information. Refer to the package spec for detailed information on the new functions.) show
72 154 moveto
13 /Palatino-Bold SelectFont
(5.4.  Compilation Ordering Mechanism) show
72 178 moveto
11 /Palatino-Roman SelectFont
(The RCF now uses a revised) 0.683 WS
3.432 MX
(mechanism for computing compilation ordering. This mechanism) 0.682 WS
72 191 moveto
(is more robust and) 0.091 WS
2.842 MX
(more tightly integrated with the Rational Environment. The new mechanism) 0.092 WS
72 204 moveto
(eliminates most compilation ordering problems found in previous releases.) show
72 244 moveto
15 /Palatino-Bold SelectFont
(6.  Fixed Problems) show
72 268 moveto
11 /Palatino-Roman SelectFont
(This section describes problems fixed since Release 1_1_1.) show
72 292 moveto
(Fixes noted as) 1.392 WS
11 /Palatino-Italic SelectFont
( Customizers Only) 1.392 WS
11 /Palatino-Roman SelectFont
( apply to customization components of the RCF.) 1.392 WS
4.141 MX
(Customizers) show
72 305 moveto
(should check these fixes; general users can ignore these sections.) show
72 329 moveto
(The following table) 3.030 WS
5.781 MX
(provides the PRS number of the problem, the section number of the) 3.031 WS
72 342 moveto
(description in this release note, and the PRS summary of the problem.) show
0 16.500 rmoveto
243.450 371.500 moveto
10 /Palatino-BoldItalic SelectFont
(Summary of Fixed Problems) show
72 384.500 moveto
11 /Palatino-Roman SelectFont
0 -16.500 rmoveto
102.865 392 moveto
10 /Palatino-Bold SelectFont
(PRS Number) show
194.810 392 moveto
10 /Palatino-Roman SelectFont
( ) show
10 /Palatino-Bold SelectFont
(Section) show
193.835 404 moveto
(Number) show
352.805 392 moveto
(PRS Summary) show
newpath 78 410 moveto
456 0 rlineto stroke
newpath 78 380 moveto
456 0 rlineto stroke
newpath 78 410 moveto
0 -30 rlineto stroke
newpath 534 410 moveto
0 -30 rlineto stroke
newpath 188 410 moveto
0 -30 rlineto stroke
newpath 238 410 moveto
0 -30 rlineto stroke
newpath 78 410 moveto
456 0 rlineto stroke
newpath 78 380 moveto
456 0 rlineto stroke
newpath 78 410 moveto
0 -30 rlineto stroke
newpath 534 410 moveto
0 -30 rlineto stroke
newpath 188 410 moveto
0 -30 rlineto stroke
newpath 238 410 moveto
0 -30 rlineto stroke
82 422 moveto
10 /Palatino-Italic SelectFont
(none) show
192 422 moveto
10 /Palatino-Roman SelectFont
19.500 MX
(6.8) show
242 422 moveto
(Incremental pragma inline disallowal) show
newpath 78 428 moveto
456 0 rlineto stroke
newpath 78 410 moveto
456 0 rlineto stroke
newpath 78 428 moveto
0 -18 rlineto stroke
newpath 534 428 moveto
0 -18 rlineto stroke
newpath 188 428 moveto
0 -18 rlineto stroke
newpath 238 428 moveto
0 -18 rlineto stroke
82 440 moveto
10 /Palatino-Italic SelectFont
(none) show
192 440 moveto
10 /Palatino-Roman SelectFont
19.500 MX
(5.4) show
192 452 moveto
19.500 MX
(6.7) show
242 440 moveto
(Subunits of a generic body not coded before the instantiation) show
newpath 78 458 moveto
456 0 rlineto stroke
newpath 78 428 moveto
456 0 rlineto stroke
newpath 78 458 moveto
0 -30 rlineto stroke
newpath 534 458 moveto
0 -30 rlineto stroke
newpath 188 458 moveto
0 -30 rlineto stroke
newpath 238 458 moveto
0 -30 rlineto stroke
82 470 moveto
10 /Palatino-Italic SelectFont
(none) show
192 470 moveto
10 /Palatino-Roman SelectFont
19.500 MX
(6.5) show
242 470 moveto
(Telnet Connection Echo Option) show
newpath 78 476 moveto
456 0 rlineto stroke
newpath 78 458 moveto
456 0 rlineto stroke
newpath 78 476 moveto
0 -18 rlineto stroke
newpath 534 476 moveto
0 -18 rlineto stroke
newpath 188 476 moveto
0 -18 rlineto stroke
newpath 238 476 moveto
0 -18 rlineto stroke
82 488 moveto
(1548835-Blut-Smp) show
192 488 moveto
19.500 MX
(6.1) show
242 488 moveto
(Missing Reusable Component subunits have been provided) show
newpath 78 494 moveto
456 0 rlineto stroke
newpath 78 476 moveto
456 0 rlineto stroke
newpath 78 494 moveto
0 -18 rlineto stroke
newpath 534 494 moveto
0 -18 rlineto stroke
newpath 188 494 moveto
0 -18 rlineto stroke
newpath 238 494 moveto
0 -18 rlineto stroke
82 506 moveto
(169982-Gato-Mboy) show
192 506 moveto
19.500 MX
(6.19) show
242 506 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 518 moveto
10 /Palatino-Roman SelectFont
(Invalid parameters for Promote_Preprocess using secondaries) show
newpath 78 524 moveto
456 0 rlineto stroke
newpath 78 494 moveto
456 0 rlineto stroke
newpath 78 524 moveto
0 -30 rlineto stroke
newpath 534 524 moveto
0 -30 rlineto stroke
newpath 188 524 moveto
0 -30 rlineto stroke
newpath 238 524 moveto
0 -30 rlineto stroke
82 536 moveto
(2394595-Gato-Mboy) show
192 536 moveto
19.500 MX
(6.10) show
242 536 moveto
(RCI error during import) show
newpath 78 542 moveto
456 0 rlineto stroke
newpath 78 524 moveto
456 0 rlineto stroke
newpath 78 542 moveto
0 -18 rlineto stroke
newpath 534 542 moveto
0 -18 rlineto stroke
newpath 188 542 moveto
0 -18 rlineto stroke
newpath 238 542 moveto
0 -18 rlineto stroke
82 554 moveto
(244898-Jazm-Jak) show
192 554 moveto
19.500 MX
(6.14) show
242 554 moveto
(Rcf.Accept_Remote_Changes should check out units) show
newpath 78 560 moveto
456 0 rlineto stroke
newpath 78 542 moveto
456 0 rlineto stroke
newpath 78 560 moveto
0 -18 rlineto stroke
newpath 534 560 moveto
0 -18 rlineto stroke
newpath 188 560 moveto
0 -18 rlineto stroke
newpath 238 560 moveto
0 -18 rlineto stroke
82 572 moveto
(2523423-Gato-Mboy) show
192 572 moveto
19.500 MX
(5.4) show
192 584 moveto
19.500 MX
(6.6) show
242 572 moveto
(Invalid compilation order dreated during multiple dependent) show
242 584 moveto
(views) show
newpath 78 590 moveto
456 0 rlineto stroke
newpath 78 560 moveto
456 0 rlineto stroke
newpath 78 590 moveto
0 -30 rlineto stroke
newpath 534 590 moveto
0 -30 rlineto stroke
newpath 188 590 moveto
0 -30 rlineto stroke
newpath 238 590 moveto
0 -30 rlineto stroke
82 602 moveto
(2760406-Blut-Smp) show
192 602 moveto
19.500 MX
(6.3) show
242 602 moveto
(rcf compiler locks terminal_nnn lines if job.kill of a rcf command) show
newpath 78 608 moveto
456 0 rlineto stroke
newpath 78 590 moveto
456 0 rlineto stroke
newpath 78 608 moveto
0 -18 rlineto stroke
newpath 534 608 moveto
0 -18 rlineto stroke
newpath 188 608 moveto
0 -18 rlineto stroke
newpath 238 608 moveto
0 -18 rlineto stroke
82 620 moveto
10 /Palatino-Italic SelectFont
(3617494-Gato-Mboy) show
192 620 moveto
10 /Palatino-Roman SelectFont
19.500 MX
(6.13) show
242 620 moveto
(Link with Make_Uncoded_Units does not work) show
newpath 78 626 moveto
456 0 rlineto stroke
newpath 78 608 moveto
456 0 rlineto stroke
newpath 78 626 moveto
0 -18 rlineto stroke
newpath 534 626 moveto
0 -18 rlineto stroke
newpath 188 626 moveto
0 -18 rlineto stroke
newpath 238 626 moveto
0 -18 rlineto stroke
82 638 moveto
(4514072-Gato-Mboy) show
192 638 moveto
19.500 MX
(6.2,) show
192 650 moveto
19.500 MX
(7.4) show
242 638 moveto
(DTIA doesn't close down csh process properly) show
newpath 78 656 moveto
456 0 rlineto stroke
newpath 78 626 moveto
456 0 rlineto stroke
newpath 78 656 moveto
0 -30 rlineto stroke
newpath 534 656 moveto
0 -30 rlineto stroke
newpath 188 656 moveto
0 -30 rlineto stroke
newpath 238 656 moveto
0 -30 rlineto stroke
82 668 moveto
(5379137-Gato-Mboy) show
192 668 moveto
19.500 MX
(6.4) show
242 668 moveto
(RCF holds on to telnet port when link fails.) show
newpath 78 674 moveto
456 0 rlineto stroke
newpath 78 656 moveto
456 0 rlineto stroke
newpath 78 674 moveto
0 -18 rlineto stroke
newpath 534 674 moveto
0 -18 rlineto stroke
newpath 188 674 moveto
0 -18 rlineto stroke
newpath 238 674 moveto
0 -18 rlineto stroke
82 686 moveto
(5386182-Gato-Mboy) show
192 686 moveto
19.500 MX
(6.20) show
242 686 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 698 moveto
10 /Palatino-Roman SelectFont
(CSR6322: RCI promote gets error UNIT <UNIT_NAME>) show
242 710 moveto
(unknown to the RCF) show
newpath 78 716 moveto
456 0 rlineto stroke
newpath 78 674 moveto
456 0 rlineto stroke
newpath 78 716 moveto
0 -42 rlineto stroke
newpath 534 716 moveto
0 -42 rlineto stroke
newpath 188 716 moveto
0 -42 rlineto stroke
newpath 238 716 moveto
0 -42 rlineto stroke
72 756 moveto
(4) show
324.051 MX
(June 1992    ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 5 7
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 1_2_2) show
102.865 96 moveto
10 /Palatino-Bold SelectFont
(PRS Number) show
194.810 96 moveto
10 /Palatino-Roman SelectFont
( ) show
10 /Palatino-Bold SelectFont
(Section) show
193.835 108 moveto
(Number) show
352.805 96 moveto
(PRS Summary) show
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 84 moveto
456 0 rlineto stroke
newpath 78 114 moveto
0 -30 rlineto stroke
newpath 534 114 moveto
0 -30 rlineto stroke
newpath 188 114 moveto
0 -30 rlineto stroke
newpath 238 114 moveto
0 -30 rlineto stroke
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 84 moveto
456 0 rlineto stroke
newpath 78 114 moveto
0 -30 rlineto stroke
newpath 534 114 moveto
0 -30 rlineto stroke
newpath 188 114 moveto
0 -30 rlineto stroke
newpath 238 114 moveto
0 -30 rlineto stroke
82 126 moveto
10 /Palatino-Roman SelectFont
(6133452-Jazm-Jak) show
192 126 moveto
19.500 MX
(6.17) show
242 126 moveto
(Privileges required for registering a target key) show
newpath 78 132 moveto
456 0 rlineto stroke
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 132 moveto
0 -18 rlineto stroke
newpath 534 132 moveto
0 -18 rlineto stroke
newpath 188 132 moveto
0 -18 rlineto stroke
newpath 238 132 moveto
0 -18 rlineto stroke
82 144 moveto
(6158281-Jazm-Jak) show
192 144 moveto
19.500 MX
(6.18) show
242 144 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 156 moveto
10 /Palatino-Roman SelectFont
(create_predefined_library should check length of target key) show
newpath 78 162 moveto
456 0 rlineto stroke
newpath 78 132 moveto
456 0 rlineto stroke
newpath 78 162 moveto
0 -30 rlineto stroke
newpath 534 162 moveto
0 -30 rlineto stroke
newpath 188 162 moveto
0 -30 rlineto stroke
newpath 238 162 moveto
0 -30 rlineto stroke
82 174 moveto
(6164103-Blut-Smp) show
192 174 moveto
19.500 MX
(6.15) show
242 174 moveto
(RCI Initialize 2 minute delay needs to be lengthened) show
newpath 78 180 moveto
456 0 rlineto stroke
newpath 78 162 moveto
456 0 rlineto stroke
newpath 78 180 moveto
0 -18 rlineto stroke
newpath 534 180 moveto
0 -18 rlineto stroke
newpath 188 180 moveto
0 -18 rlineto stroke
newpath 238 180 moveto
0 -18 rlineto stroke
82 192 moveto
(7274371-Gato-Mboy) show
192 192 moveto
19.500 MX
(6.12) show
242 192 moveto
(RCF_CMVC.REMOVE_IMPORTS not working correctly.) show
newpath 78 198 moveto
456 0 rlineto stroke
newpath 78 180 moveto
456 0 rlineto stroke
newpath 78 198 moveto
0 -18 rlineto stroke
newpath 534 198 moveto
0 -18 rlineto stroke
newpath 188 198 moveto
0 -18 rlineto stroke
newpath 238 198 moveto
0 -18 rlineto stroke
82 210 moveto
(9123690-0172-4) show
192 210 moveto
19.500 MX
(6.16) show
242 210 moveto
(Better interpretation of VAX error codes needed for RCI) show
newpath 78 216 moveto
456 0 rlineto stroke
newpath 78 198 moveto
456 0 rlineto stroke
newpath 78 216 moveto
0 -18 rlineto stroke
newpath 534 216 moveto
0 -18 rlineto stroke
newpath 188 216 moveto
0 -18 rlineto stroke
newpath 238 216 moveto
0 -18 rlineto stroke
82 228 moveto
(9348469-Jazm-Jak) show
192 228 moveto
19.500 MX
(6.21) show
242 228 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 240 moveto
10 /Palatino-Roman SelectFont
(status not always being checked for preprocess) show
newpath 78 246 moveto
456 0 rlineto stroke
newpath 78 216 moveto
456 0 rlineto stroke
newpath 78 246 moveto
0 -30 rlineto stroke
newpath 534 246 moveto
0 -30 rlineto stroke
newpath 188 246 moveto
0 -30 rlineto stroke
newpath 238 246 moveto
0 -30 rlineto stroke
82 258 moveto
(9523197-Jazm-Jak) show
192 258 moveto
19.500 MX
(6.11) show
242 258 moveto
(Problem resolving <cursor> in Rcf_Cmvc.Import) show
newpath 78 264 moveto
456 0 rlineto stroke
newpath 78 246 moveto
456 0 rlineto stroke
newpath 78 264 moveto
0 -18 rlineto stroke
newpath 534 264 moveto
0 -18 rlineto stroke
newpath 188 264 moveto
0 -18 rlineto stroke
newpath 238 264 moveto
0 -18 rlineto stroke
82 276 moveto
(9930958-Jazm-Jak) show
192 276 moveto
19.500 MX
(6.9) show
242 276 moveto
(Nonexistent_Page_Error while promoting a unit) show
newpath 78 282 moveto
456 0 rlineto stroke
newpath 78 264 moveto
456 0 rlineto stroke
newpath 78 282 moveto
0 -18 rlineto stroke
newpath 534 282 moveto
0 -18 rlineto stroke
newpath 188 282 moveto
0 -18 rlineto stroke
newpath 238 282 moveto
0 -18 rlineto stroke
newpath 78 282 moveto
456 0 rlineto stroke
newpath 78 264 moveto
456 0 rlineto stroke
72 344 moveto
13 /Palatino-Bold SelectFont
(6.1.  Reusable Component Subunits) show
72 368 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 1548835-Blut-Smp) show
72 392 moveto
(The reusable components, Parameter_Parser) 1.716 WS
4.465 MX
(and Time_Utilities, were missing their subunits;) 1.715 WS
72 405 moveto
(they are provided in this release.) show
72 443 moveto
13 /Palatino-Bold SelectFont
(6.2.  DTIA and UNIX) show
0 -3.250 rmoveto
9 /Palatino-Bold SelectFont
/registered SYM 6.723 MX
13 /Palatino-Bold SelectFont
0 3.250 rmoveto
( Shells) show
72 467 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 4514072-Gato-Mboy) show
72 491 moveto
(When you use the RCF in conjunction with DTIA and UNIX,) 0.354 WS
3.105 MX
(the UNIX default login shell must) 0.355 WS
72 504 moveto
(be \252ksh\272. If) 0.975 WS
3.724 MX
(the default shell is \252csh\272, then the RCF job hangs on some commands. Killing the) 0.974 WS
72 517 moveto
(RCF leaves certain processes running on the UNIX system.) show
72 541 moveto
(Section 7.4, \252Using DTIA and UNIX Shells\272, describes the steps to correct this problem.) show
72 579 moveto
13 /Palatino-Bold SelectFont
(6.3.  Locked Telnet Ports) show
72 603 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 2760406-Blut-Smp) show
72 627 moveto
(In RCF Release 1_1_1, if you terminated any RCF) 1.107 WS
3.858 MX
(job doing remote communications, the RCF) 1.108 WS
72 640 moveto
(locked a Telnet port in !Machine.Devices.) 0.045 WS
2.794 MX
(This caused the RCF to eventually run out of available) 0.044 WS
72 653 moveto
(Telnet ports on the machine, if enough jobs were terminated to use all ports.) show
72 677 moveto
(The RCF no longer locks a Telnet port when you kill the job that acquired it.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
(     June 1992) show
326.260 MX
(5) show
EndPage
%%Page: 6 8
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCF Release Information) show
72 74 moveto
13 /Palatino-Bold SelectFont
(6.4.  Locked Telnet Port When Rcf.Link Fails) show
72 98 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 5379137-Gato-Mboy) show
72 122 moveto
(In RCF Release) 1.670 WS
4.421 MX
(1_1_1, if Rcf.Link failed during a remote operation, it locked the Telnet port) 1.671 WS
72 135 moveto
(after job completion.) show
72 159 moveto
(The RCF releases the Telnet port after completion/termination of any RCF job.) show
72 197 moveto
13 /Palatino-Bold SelectFont
(6.5.  Telnet Connection Echo Option) show
72 221 moveto
11 /Palatino-Roman SelectFont
(If the Telnet protocol Echo option is set ON for the local host, the host R1000) 2.544 WS
5.293 MX
(echos data) 2.543 WS
72 234 moveto
(received from the remote machine back to the remote machine. This can occasionally) 2.037 WS
4.788 MX
(cause) show
72 247 moveto
(login problems on some remote systems.) show
72 271 moveto
(The RCF now establishes) 1.043 WS
3.792 MX
(Telnet connections with the Telnet protocol Echo option set OFF for) 1.042 WS
72 284 moveto
(the local host. This) 2.028 WS
4.779 MX
(means that the R1000 does not echo back data that it receives from the) 2.029 WS
72 297 moveto
(remote system.) show
72 335 moveto
13 /Palatino-Bold SelectFont
(6.6.  Compilation Ordering with Compilation.Make) show
72 359 moveto
11 /Palatino-Roman SelectFont
(PRS Nmber => 2538423-Gato-Mboy) show
72 383 moveto
(Invalid compilation ordering could result under) 0.100 WS
2.849 MX
(certain conditions. For example, for views A, B,) 0.099 WS
72 396 moveto
(C, ... n, where A depends on B, B depends on C,) 0.680 WS
3.431 MX
(and so forth, using Compilation.Make creates) 0.681 WS
72 409 moveto
(an invalid compilation order when it codes a main unit in view A or codes a set) 1.277 WS
4.026 MX
(of views, A) 1.276 WS
72 422 moveto
(through n.) show
72 446 moveto
(The restructured mechanism for computing compilation order eliminates this problem.) show
72 484 moveto
13 /Palatino-Bold SelectFont
(6.7.  Compilation Ordering of Generics) show
72 508 moveto
11 /Palatino-Roman SelectFont
(Invalid compilation ordering created a condition in which subunits) 0.656 WS
3.407 MX
(of a generic body were not) 0.657 WS
72 521 moveto
(coded before the instantiation.) show
72 545 moveto
(The restructured mechanism for computing compilation order eliminates this problem.) show
72 583 moveto
13 /Palatino-Bold SelectFont
(6.8.  Incremental Pragma Inline Error) show
72 607 moveto
11 /Palatino-Roman SelectFont
(In previous releases, The RCF did not produce) 2.105 WS
4.854 MX
(a message if you incorrectly added pragma) 2.104 WS
72 620 moveto
(Inline incrementally to a unit.) show
72 644 moveto
(The RCF produces a semantic error if you incrementally add pragma Inline to units.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(6) show
324.051 MX
(June 1992    ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 7 9
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 1_2_2) show
72 74 moveto
13 /Palatino-Bold SelectFont
(6.9.  Nonexistent Page Errors) show
72 98 moveto
11 /Palatino-Roman SelectFont
(PRS => 9930958-Jazm-Jak) show
72 122 moveto
(Intermittent Nonexistent) 3.491 WS
6.242 MX
(Page Errors were encountered on heavily loaded machines. The) 3.492 WS
72 135 moveto
(typical message was of the form:) show
72 159 moveto
10 /Courier-Bold SelectFont
( 1: EXCEPTION_HANDLED Promotion failed with) show
72 171 moveto
(    !Lrm.System.Nonexistent_Page_Error,) show
72 183 moveto
(    from PC = #258D0D, #1D3) show
72 207 moveto
11 /Palatino-Roman SelectFont
(This error usually stopped occurring after repeated commands.) show
72 231 moveto
(All known sources of these errors in Releases 1_1_1 and 1_2_0 have been corrected) 2.254 WS
5.003 MX
(in this) 2.253 WS
72 244 moveto
(release.) show
72 282 moveto
13 /Palatino-Bold SelectFont
(6.10.  State File Access For Importing Views) show
72 306 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 2394595-Gato-Mboy) show
72 330 moveto
(In previous releases, views created) 0.464 WS
3.215 MX
(by users with limited ACLs \050RCOD\051 could not import other) 0.465 WS
72 343 moveto
(views with limited ACLs.) show
72 367 moveto
(In this release these views can be imported. The RCF explicitly sets the access controls for) 1.011 WS
3.760 MX
(the) show
72 380 moveto
(the state files and their enclosing) 0.876 WS
3.627 MX
(directories to usable access permissions. The ACLs are set to) 0.877 WS
72 393 moveto
(Network_Public => RWCOD.) show
72 431 moveto
13 /Palatino-Bold SelectFont
(6.11.  Rcf_Cmvc.Import Parameter Resolution Errors) show
72 455 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9523197-Jazm-Jak) show
72 479 moveto
(In RCF Release 1_1_1, if you used) 2.833 WS
5.582 MX
(Rcf_Cmvc.Import with the Into_View parameter set to) 2.832 WS
72 491 moveto
10 /Courier-Bold SelectFont
("<CURSOR>") show
11 /Palatino-Roman SelectFont
( and Remake_Demoted_Units) 0.548 WS
3.299 MX
(parameter set to True, the command produced error) 0.549 WS
72 504 moveto
(messages when trying to remake units. The import operation succeeded.) show
72 528 moveto
(For example, the following command:) show
72 552 moveto
10 /Courier-Bold SelectFont
(  Rcf_Cmvc.Import\050View_To_Import => "!Projects.Mss.System.) show
72 564 moveto
(        Rci_Evaluation.Common_Layer.System_Services.Rev1_Working",) show
72 576 moveto
(        Into_View => "<CURSOR>",) show
72 588 moveto
(        Only_Change_Imports => False,) show
72 600 moveto
(        Import_Closure => False,) show
72 612 moveto
(        Remake_Demoted_Units => True,) show
72 624 moveto
(        Goal => INSTALLED,) show
72 636 moveto
(        Comments => "",) show
72 648 moveto
(        Work_Order => "<DEFAULT>",) show
72 660 moveto
(        Response => "<PROFILE>"\051) show
72 684 moveto
11 /Palatino-Roman SelectFont
(produced the following message:) show
72 708 moveto
10 /Courier-Bold SelectFont
(++* Had trouble finding units to promote \050C'\050COMBINED_VIEW\051 is not) show
72 720 moveto
(    defined in <CURSOR>.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
(     June 1992) show
326.260 MX
(7) show
EndPage
%%Page: 8 10
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCF Release Information) show
72 72 moveto
11 /Palatino-Roman SelectFont
(This error message does not occur in Release 1_2_2.) show
72 110 moveto
13 /Palatino-Bold SelectFont
(6.12.  Removing Multiple Imports With Rcf_Cmvc.Remove_Imports) show
72 134 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 7274371-Gato-Mboy) show
72 158 moveto
(In previous releases, Rcf_Cmvc.Remove_Import does) 1.428 WS
4.177 MX
(not execute Remove_Import_Preprocess) 1.427 WS
72 171 moveto
(or Remove_Import_Postprocess for) 1.546 WS
4.297 MX
(each view when the View parameter contained a list \050for) 1.547 WS
72 184 moveto
(example, ) 5.564 WS
10 /Courier-Bold SelectFont
([subsystem_a;subsystem_b].rev1_working) show
11 /Palatino-Roman SelectFont
(\051. Because of this, you could not) 5.563 WS
72 197 moveto
(remove more than one import from a view with the Remove_Import command.) show
72 221 moveto
(The RCF calls these procedures) 0.377 WS
3.128 MX
(for each view in the list. You can now remove multiple imports) 0.378 WS
72 234 moveto
(with the command.) show
72 272 moveto
13 /Palatino-Bold SelectFont
(6.13.  Rcf.Link Make_Uncoded_Units Parameter Failure) show
72 296 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 3617494-Gato-Mboy) show
72 320 moveto
(In Release 1_2_0, the Make_Uncoded_Units parameter of the Rcf.Link command did) 0.744 WS
3.493 MX
(not cause) 0.743 WS
72 333 moveto
(the RCF to promote uncoded units before linking.) show
72 357 moveto
(The RCF takes the) 0.262 WS
3.013 MX
(correct action if you use the Make_Uncoded_Units parameter of the Rcf.Link) 0.263 WS
72 370 moveto
(command.) show
72 408 moveto
13 /Palatino-Bold SelectFont
(6.14.  Rcf.Accept_Remote_Changes and Check In) show
72 432 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 244898-Jazm-Jak) show
72 456 moveto
(In RCF) 8.187 WS
10.936 MX
(Release 1_1_1, the RCF expected host units to be checked out \050with) 8.186 WS
72 469 moveto
(Rcf_Cmvc.Check_Out\051 while accepting) 2.983 WS
5.734 MX
(remote changes \050with Rcf.Accept_Remote_Changes\051.) 2.984 WS
72 482 moveto
(This was inconsistent with the way Cmvc.Accept_Changes works.) show
72 506 moveto
(The RCF expects a host unit to be checked in \050with Rcf_Cmvc.Check_In\051 before) 2.687 WS
5.436 MX
(accepting) show
72 519 moveto
(changes into it. The Rcf.Accept_Remote_Changes command now) 1.164 WS
3.915 MX
(checks out the unit, updates) 1.165 WS
72 532 moveto
(the changes, and checks the unit in.) show
72 570 moveto
13 /Palatino-Bold SelectFont
(6.15.  Rcf_Initialize Timing) show
72 594 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 6164103-Blut-Smp) show
72 618 moveto
(In the previous release, Rcf_Initialize) 1.228 WS
3.977 MX
(failed after two minutes. This did not provide adequate) 1.227 WS
72 631 moveto
(time, in some cases, for the process to complete.) show
72 655 moveto
(Initialize_Rcf now waits ten minutes for Start_Rcf to elaborate before failing.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(8) show
324.051 MX
(June 1992    ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 9 11
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 1_2_2) show
72 74 moveto
13 /Palatino-Bold SelectFont
(6.16.  VAX) show
/trademark SYM 12.974 MX
( Error Codes) show
72 98 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9123690-0172-4) show
72 122 moveto
(In Release 1_0_3, the RCF mapped any) 1.462 WS
4.213 MX
(odd-valued VAX error code or 0 \050zero\051 error code to) 1.463 WS
72 135 moveto
(success, and any even-valued VAX error code to failure. This caused) 1.664 WS
4.413 MX
(remote warnings to be) 1.663 WS
72 148 moveto
(reported as success.) show
72 172 moveto
(The RCF maps VMS) show
/trademark SYM 10.769 MX
( return code 0 \050zero\051 to Simple_Status.Warning on the host.) show
72 210 moveto
13 /Palatino-Bold SelectFont
(6.17.  Registering RCF Customizations and Extensions) show
72 234 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 6133452-Jazm-Jak) show
72 258 moveto
(In previous releases of the RCF, you needed operator privileges to register a customization.) show
72 282 moveto
(You no longer need operator privileges) 7.797 WS
10.548 MX
(to register an RCF customization or a) 7.798 WS
72 295 moveto
(Rational-supported RCF Extension.) show
72 333 moveto
13 /Palatino-Bold SelectFont
(6.18.  Create_Predefined_Library Target Key Length Check) show
72 357 moveto
11 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
72 370 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 6158281-Jazm-Jak) show
72 394 moveto
(The Rcf_Customization.Create_Predefined_Library) 2.243 WS
4.992 MX
(command did not check the value of the) 2.242 WS
72 407 moveto
(Target_Key_Name parameter for a valid length.) show
72 431 moveto
(The command now requires that the value specified in the Target_Key_Name parameter) 0.645 WS
3.396 MX
(is not) 0.646 WS
72 444 moveto
(longer than 16 characters.) show
72 482 moveto
13 /Palatino-Bold SelectFont
(6.19.  Invalid Parameters For Promote_Preprocess Using Secondaries) show
72 506 moveto
11 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
72 519 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 169982-Gato-Mboy) show
72 543 moveto
(In RCF Release 1_1_1, the RCF) 3.608 WS
6.357 MX
(passed the compilation extension Promote_Preprocesss a) 3.607 WS
72 556 moveto
(compilation command for its Remote_Unit_Name parameter.) show
72 580 moveto
(The RCF correctly passes the secondary Remote_Unit_Name to this extension.) show
72 618 moveto
13 /Palatino-Bold SelectFont
(6.20.  Promote Error With Set/Get_Remote_Unit_Name) show
72 642 moveto
11 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
72 655 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 5386182-Gato-Mboy; CSR6322) show
72 679 moveto
(If a customization called the Set/Get_Remote_Unit_Name function) 2.727 WS
5.478 MX
(from the Programmatic) 2.728 WS
72 692 moveto
(Interface, it generated the following error message due to a state file locking problem:) show
72 716 moveto
10 /Courier-Bold SelectFont
(Unit <UNIT_NAME> unknown to the RCF) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
(     June 1992) show
326.260 MX
(9) show
EndPage
%%Page: 10 12
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCF Release Information) show
72 72 moveto
11 /Palatino-Roman SelectFont
(This is fixed.) show
72 110 moveto
13 /Palatino-Bold SelectFont
(6.21.  Extension Status Checking) show
72 134 moveto
11 /Palatino-Italic SelectFont
(CUSTOMIZER ONLY) show
72 147 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9348469-Jazm-Jak) show
72 171 moveto
(In RCF Release 1_1_1, the RCF) 0.463 WS
3.212 MX
(did not check the status returned by some extensions, including) 0.462 WS
72 184 moveto
(Link_Preprocess and Link_Postprocess. The) 1.707 WS
4.458 MX
(RCF command proceeded even if the extensions) 1.708 WS
72 197 moveto
(failed.) show
72 221 moveto
(The RCF checks status returned by all extensions. If the extension fails, the RCF command fails.) show
72 261 moveto
15 /Palatino-Bold SelectFont
(7.  Limitations) show
72 285 moveto
11 /Palatino-Roman SelectFont
(This section describes limitations in Release 1_2_2 of the Customizable RCF.) show
72 323 moveto
13 /Palatino-Bold SelectFont
(7.1.  Compilation Order Involving Generics) show
72 347 moveto
11 /Palatino-Roman SelectFont
(Compilation ordering involving generics assumes macro expansion, regardless of how) 2.128 WS
4.877 MX
(your) show
72 360 moveto
(site-specific customization or Rational-supported Extension has been implemented. The) 1.945 WS
4.696 MX
(RCF) show
72 373 moveto
(always assumes macro expansions and introduces additional coding dependencies as a result.) show
72 411 moveto
13 /Palatino-Bold SelectFont
(7.2.  Coding Subunits and Parents) show
72 435 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9123690-0167-0) show
72 459 moveto
(Coding a subunit requires that the parent be coded first.) 0.860 WS
3.609 MX
(In the RCF, if units are installed, it is) 0.859 WS
72 472 moveto
(assumed that they will code on the remote compilation platform. The RCF does not provide) 1.571 WS
72 485 moveto
(special case handling for an) 1.527 WS
4.276 MX
(unusual error in the event that an Ada unit fails to code on the) 1.526 WS
72 498 moveto
(remote compilation platform. The) 1.360 WS
4.111 MX
(compilation operation does not record whether it has tried) 1.361 WS
72 511 moveto
(and failed to code the parent unit. The RCF tries) 0.156 WS
2.905 MX
(to code the subunit even though the parent has) 0.155 WS
72 524 moveto
(failed to code.) show
72 562 moveto
13 /Palatino-Bold SelectFont
(7.3.  Promoting Stubs to the Coded State) show
72 586 moveto
11 /Palatino-Roman SelectFont
(You cannot promote a stub directly to the Coded state. You must) 0.812 WS
3.563 MX
(first promote the stub to the) 0.813 WS
72 599 moveto
(Installed state.) show
72 637 moveto
13 /Palatino-Bold SelectFont
(7.4.  Using DTIA and UNIX Shells) show
72 661 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 4514072-Gato-Mboy) show
72 685 moveto
(When you use the RCF in conjunction) 0.355 WS
3.104 MX
(with DTIA and UNIX, the UNIX default login shell must) 0.354 WS
72 698 moveto
(be \252ksh\272. If the default shell is \252csh\272, then the RCF job hangs on some commands and return a) 0.579 WS
72 710 moveto
10 /Courier-Bold SelectFont
("Variable Syntax") 2.812 WS
11 /Palatino-Roman SelectFont
( message.) 2.812 WS
5.561 MX
(Killing the RCF leaves certain processes, ) 2.811 WS
10 /Courier-Bold SelectFont
(csh) show
11 /Palatino-Roman SelectFont
( and ) 2.811 WS
10 /Courier-Bold SelectFont
(in.dtia) show
11 /Palatino-Roman SelectFont
(,) show
72 723 moveto
(running on the remote UNIX system.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(10) show
319.051 MX
(June 1992    ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 11 13
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 1_2_2) show
72 72 moveto
11 /Palatino-Roman SelectFont
(Use the following steps to remove those jobs:) show
72 96 moveto
(1.) show
15.750 MX
(Log in to the remote UNIX system.) show
72 114 moveto
(2.) show
15.750 MX
(Use the UNIX ) show
10 /Courier-Bold SelectFont
(kill -9) show
11 /Palatino-Roman SelectFont
( for that system to kill the remaining associated jobs.) show
72 152 moveto
13 /Palatino-Bold SelectFont
(7.5.  Telnet Logins) show
72 176 moveto
11 /Palatino-Roman SelectFont
(For customizations using the Telnet/FTP transfer mode,) 2.472 WS
5.223 MX
(remote user logins cannot request) 2.473 WS
72 189 moveto
(input. If they do, such logins hang.) show
72 227 moveto
13 /Palatino-Bold SelectFont
(7.6.  Prompting For Passwords) show
72 251 moveto
11 /Palatino-Roman SelectFont
(The RCF no longer supports the Prompt For Password feature.) show
72 289 moveto
13 /Palatino-Bold SelectFont
(7.7.  Archive.Copy/Archive.Restore Operations) show
72 313 moveto
11 /Palatino-Roman SelectFont
(Note the following conditions when you) 3.216 WS
5.965 MX
(use Archive.Copy and Archive.Restore with the) 3.215 WS
72 326 moveto
(Customizable RCF.) show
72 363 moveto
12 /Palatino-Bold SelectFont
(7.7.1.  Archiving and Restoring Views) show
72 387 moveto
11 /Palatino-Roman SelectFont
(Archive.Copy and Archive.Restore refresh all RCF) 0.517 WS
3.268 MX
(state information when copying/restoring a) 0.518 WS
72 400 moveto
(view, including the following:) show
72 424 moveto
(\267 ) show
14.584 MX
(Remote unit names) show
72 442 moveto
(\267 ) show
14.584 MX
(Unit download timestamps) show
72 460 moveto
(\267 ) show
14.584 MX
(Unit options) show
72 484 moveto
(Compiler_Switches are) 9.248 WS
11.997 MX
(copied from the source view. This leaves the switches) 9.247 WS
72 497 moveto
(Ftp.Remote_Machine, Ftp.Remote_Directory, Ftp.Username, and Ftp.Password unchanged.) show
72 521 moveto
(You are encouraged to copy views using the Goal_State => Installed option.) show
72 545 moveto
(After the archive operation has completed, use) 3.253 WS
6.004 MX
(Rcf.Build_Remote_Library to build a new) 3.254 WS
72 558 moveto
(remote library for the host view.) show
72 595 moveto
12 /Palatino-Bold SelectFont
(7.7.2.  Copying and Restoring Secondaries) show
72 619 moveto
11 /Palatino-Roman SelectFont
(Archive does not copy sub-objects such as secondary referencer) 1.199 WS
3.948 MX
(files. Before you copy a view) 1.198 WS
72 632 moveto
(containing secondaries to) 4.258 WS
7.009 MX
(a new location, run Rcf.Expand_Secondary_Referencers to put) 4.259 WS
72 645 moveto
(secondary referencer files into a form) 3.147 WS
5.896 MX
(that can be copied. Once your copy operation has) 3.146 WS
72 658 moveto
(completed, run Rcf.Collapse_Secondary_Referencer to restore) 6.440 WS
9.191 MX
(the secondary referencer) 6.441 WS
72 671 moveto
(sub-objects.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
(     June 1992) show
321.260 MX
(11) show
EndPage
%%Page: 12 14
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCF Release Information) show
72 74 moveto
13 /Palatino-Bold SelectFont
(7.8.  Configuration_Only Releases) show
72 98 moveto
11 /Palatino-Roman SelectFont
(Configuration_Only releases currently do not maintain the host-target) 0.838 WS
3.587 MX
(connection information.) 0.837 WS
72 111 moveto
(If you specify the Remote_Directory parameter with) 1.976 WS
4.727 MX
(Rcf_Cmvc.Release, it builds the remote) 1.977 WS
72 124 moveto
(library. But when you restore the configuration with Rcf_Cmvc.Build, the) 4.922 WS
7.671 MX
(host-remote) show
72 137 moveto
(relationship is lost.) show
72 161 moveto
(The Goal parameter is always Compilation.Source on) 0.490 WS
3.241 MX
(a Rcf_Cmvc.Build command executed on) 0.491 WS
72 174 moveto
(a configuration release. Before you install or code such a view, you) 1.256 WS
4.005 MX
(must unfreeze it and run) 1.255 WS
72 187 moveto
(Rcf.Refresh_View.) show
72 211 moveto
(Any secondary_referencer files must be expanded and) 5.374 WS
8.125 MX
(controlled before you build a) 5.375 WS
72 224 moveto
(configuration-only release, and then collapsed) 1.344 WS
4.093 MX
(after you restore the configuration. In order to) 1.343 WS
72 237 moveto
(restore the RCF state information after using Rcf_Cmvc.Build, execute Rcf.Refresh_View:) show
72 261 moveto
10 /Courier-Bold SelectFont
(Rcf.Refresh_View \050View => "<CURSOR>",) show
72 273 moveto
(                  Retain_History => True,) show
72 285 moveto
(                  Response => "<PROFILE>"\051;) show
72 321 moveto
11 /Palatino-Roman SelectFont
(In its current form, a configuration release is) 1.235 WS
3.986 MX
(useful for minimal-space host releases. A future) 1.236 WS
72 334 moveto
(RCF release will provide full support.) show
72 358 moveto
(Refer any questions to your Rational Technical Representative.) show
72 396 moveto
13 /Palatino-Bold SelectFont
(7.9.  Rcf_Cmvc.Build And The State File) show
72 420 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 7905886-Gato-Mboy) show
72 444 moveto
(You must specify the Goal parameter) 1.607 WS
4.356 MX
(as Goal => Compilation.Source when restoring from a) 1.606 WS
72 457 moveto
(configuration to avoid errors resulting from a nonexistent state) 3.322 WS
6.073 MX
(file. Refer to Section 7.8,) 3.323 WS
72 470 moveto
(\252Configuration-Only Releases\272, for more information.) show
72 508 moveto
13 /Palatino-Bold SelectFont
(7.10.  Trace_Command_Output And Rcf.Execute_Remote_Command) show
72 532 moveto
11 /Palatino-Roman SelectFont
(Since Trace_Command_Output is a library switch, and) 4.616 WS
7.365 MX
(Execute_Remote_Command is a) 4.615 WS
72 545 moveto
(command that is not associated with any) 1.077 WS
3.828 MX
(library context, this switch is not recognized by this) 1.078 WS
72 558 moveto
(command.) show
72 596 moveto
13 /Palatino-Bold SelectFont
(7.11.  Rcf.Execute_Remote_Command) show
72 620 moveto
11 /Palatino-Roman SelectFont
(Rcf.Execute_Remote_Command cannot run commands that require input.) show
72 658 moveto
13 /Palatino-Bold SelectFont
(7.12.  COTS Specifications) show
72 682 moveto
11 /Palatino-BoldItalic SelectFont
(Caution:) show
11 /Palatino-Italic SelectFont
( Rational Technical Representatives) 0.696 WS
3.445 MX
(must not upload third party vendor specifications into the) 0.695 WS
72 695 moveto
(RCF predefined areas.) show
72 719 moveto
11 /Palatino-Roman SelectFont
(As the customer, you must contact your third party) 1.254 WS
4.005 MX
(vendor for information regarding license) 1.255 WS
72 732 moveto
(and restrictions or to obtain written permission to upload or copy specifications yourself.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(12) show
319.051 MX
(June 1992    ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 13 15
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 1_2_2) show
72 74 moveto
13 /Palatino-Bold SelectFont
(7.13.  Associated Files Retrieval For Secondaries) show
72 98 moveto
11 /Palatino-Roman SelectFont
(When processing a secondary file, the) 4.437 WS
7.186 MX
(RCF does not call the Retrieve_Associated_Files) 4.436 WS
72 111 moveto
(Preprocess and Postprocess extensions.) show
72 149 moveto
13 /Palatino-Bold SelectFont
(7.14.  Overloading Attributes) show
72 173 moveto
11 /Palatino-Roman SelectFont
(The types) 0.397 WS
3.148 MX
(of the attribute prefixes must be mutually exclusive when you customize to overload) 0.398 WS
72 186 moveto
(vendor-specific attributes.) show
72 224 moveto
13 /Palatino-Bold SelectFont
(7.15.  Attributes as Component Clauses of Rep Specs) show
72 248 moveto
11 /Palatino-Roman SelectFont
(The Environment parser does not allow) 6.460 WS
9.209 MX
(attributes as component clauses of record) 6.459 WS
72 261 moveto
(representation clauses. For example, the following causes a syntax error:) show
72 285 moveto
10 /Courier-Bold SelectFont
(declare) show
72 297 moveto
(type Int_Array is array \050Integer range <>\051 of Integer;) show
72 309 moveto
(type R \050D : Integer\051 is) show
72 321 moveto
(    record) show
72 333 moveto
(        A : Int_Array \0501 .. D\051;) show
72 345 moveto
(    end record;) show
72 357 moveto
(for R use) show
72 369 moveto
(    record) show
72 381 moveto
(        A'Array_Descriptor at 0 range 1 .. 32;) show
72 393 moveto
(        A at 1 range 1 .. 32;) show
72 405 moveto
(    end record;) show
72 429 moveto
11 /Palatino-Roman SelectFont
(When you semaniticize this example, the apostrophe \050'\051 between) 0.034 WS
2.785 MX
(\252A\272 and \252Array_Descriptor\272 is) 0.035 WS
72 442 moveto
(underlined. The error message is \252Saw ''', expected at\272.) show
72 466 moveto
(This requires changes) 2.012 WS
4.761 MX
(to the Rational Environment and will be fixed in Release D3.0 of the) 2.011 WS
72 479 moveto
(Rational Environment.) show
72 519 moveto
15 /Palatino-Bold SelectFont
(8.  Known Problems) show
72 543 moveto
11 /Palatino-Roman SelectFont
(Following is a list of problems known at the time of this release.) show
72 581 moveto
13 /Palatino-Bold SelectFont
(8.1.  Nonexistent Page Error Exception) show
72 605 moveto
11 /Palatino-Roman SelectFont
(Nonexistent Page Errors can occur when the RCF is not elaborated.) show
72 629 moveto
(To determine if the RCF is elaborated:) show
72 653 moveto
(1.) show
15.750 MX
(Execute What.Users.) show
72 671 moveto
(2.) show
15.750 MX
(Search for the job name) show
11 /Palatino-Italic SelectFont
( Rcf_Compiler Rev1_2_2) show
11 /Palatino-Roman SelectFont
(.) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
(     June 1992) show
321.260 MX
(13) show
EndPage
%%Page: 14 16
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCF Release Information) show
72 72 moveto
11 /Palatino-Roman SelectFont
(If the RCF_Compiler is not running:) show
72 96 moveto
(1.) show
15.750 MX
(Run Start_Rcf_Main.) show
72 114 moveto
(2.) show
15.750 MX
(Use) show
11 /Palatino-Italic SelectFont
( Custom_Key) show
11 /Palatino-Roman SelectFont
(.Register to register your customization.) show
72 152 moveto
13 /Palatino-Bold SelectFont
(8.2.  Remote Access Control) show
72 176 moveto
11 /Palatino-Roman SelectFont
(The remote DTIA server creates all remote files with the access permissions:) show
72 200 moveto
10 /Courier-Bold SelectFont
( rw-  r-- r--) show
72 224 moveto
11 /Palatino-Roman SelectFont
(This permission) 2.404 WS
5.155 MX
(setting gives read and write permission to the owner of the file, but read) 2.405 WS
72 237 moveto
(permission only to group and others. This can prevent multiple host R1000 users) 0.413 WS
3.162 MX
(with different) 0.412 WS
72 250 moveto
(remote userids from operating on the same set of host views.) show
72 274 moveto
11 /Palatino-Italic SelectFont
(Note: This only affects customizations that use DTIA.) show
72 312 moveto
13 /Palatino-Bold SelectFont
(8.3.  File Transfer Using FTP) show
72 336 moveto
11 /Palatino-Roman SelectFont
(File transfer can fail occasionally for customizations using the Telnet/FTP transfer mode. In this) 0.162 WS
72 349 moveto
(case, the RCF attempts the transfer three times before it stops trying to transfer. If) 0.918 WS
3.667 MX
(none of the) 0.917 WS
72 362 moveto
(attempts succeed, the host unit is not promoted to the coded state.) show
72 400 moveto
13 /Palatino-Bold SelectFont
(8.4.  RCF Compiler Switch Modification) show
72 424 moveto
11 /Palatino-Roman SelectFont
(Any changes to the Compiler_Switches file while the RCF is not elaborated cause all) 2.513 WS
5.264 MX
(RCF) show
72 437 moveto
(switches in that file to revert to their default values when the RCF is next elaborated.) show
72 475 moveto
13 /Palatino-Bold SelectFont
(8.5.  Null Remote_Directory Library Switch) show
72 499 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 5185401-Gato-Mboy) show
72 523 moveto
(If the) 0.886 WS
3.635 MX
(Remote_Directory library switch is inadvertantly set to null, when you promote units to) 0.885 WS
72 536 moveto
(coded, the RCF still tries to download and compile the) 3.212 WS
5.963 MX
(units on the remote compilation) 3.213 WS
72 549 moveto
(platform. The RCF downloads to the default home directory on the remote system. Compilation) 0.129 WS
72 562 moveto
(succeeds if there is an adalib in that directory.) show
72 586 moveto
(Refer to Section 8.4, \252RCF Compiler) 1.395 WS
4.146 MX
(Switch Modification\272, for information about reverting to) 1.396 WS
72 599 moveto
(default switch settings.) show
72 637 moveto
13 /Palatino-Bold SelectFont
(8.6.  Compilation Warnings) show
72 661 moveto
11 /Palatino-Roman SelectFont
(When you execute a Compilation.Make operation that includes predefined units in its) 0.042 WS
2.791 MX
(closure, it) 0.041 WS
72 674 moveto
(generates warning) 2.392 WS
5.143 MX
(messages stating that the predefined units have no bodies. Ignore these) 2.393 WS
72 687 moveto
(warnings.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(14) show
319.051 MX
(June 1992    ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 15 17
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 1_2_2) show
72 72 moveto
11 /Palatino-Roman SelectFont
(Workaround: Set) 2.328 WS
5.077 MX
(the Rational Environment Semantics.Subsystem_Interface library switch to) 2.327 WS
72 85 moveto
(True. Setting this switch indicates that the world should be treated as a subsystem interface, a) 0.895 WS
72 98 moveto
(spec view, and thus the units do not require bodies.) show
72 136 moveto
13 /Palatino-Bold SelectFont
(8.7.  Rcf_Cmvc.Accept_Changes and Indirect Files) show
72 160 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9123690-0173-4) show
72 184 moveto
(Rcf_Cmvc.Accept_Changes can) 2.403 WS
5.152 MX
(produce errors when you use an indirect file as the Source) 2.402 WS
72 197 moveto
(parameter.) show
72 235 moveto
13 /Palatino-Bold SelectFont
(8.8.  Response Parameter With Compilation Operations) show
72 259 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 903338-Gato-Mboy) show
72 283 moveto
(Setting the Response parameter in Compilation.Make or) 0.700 WS
3.451 MX
(Compilation.Promote has no effect on) 0.701 WS
72 296 moveto
(RCF messages.) show
72 334 moveto
13 /Palatino-Bold SelectFont
(8.9.  Rcf.Accept_Remote_Changes Temporary File) show
72 358 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 7288788-Gato-Mboy) show
72 382 moveto
(The Rcf.Accept_Remote_Changes) 0.183 WS
2.932 MX
(command creates a temporary file, ) 0.182 WS
10 /Courier-Bold SelectFont
(Rcf_Temp_<Time_Stamp>) show
11 /Palatino-Roman SelectFont
(,) show
72 395 moveto
(in the directory containing) 2.333 WS
5.084 MX
(the host unit. If the changes are not parsed successfully on the) 2.334 WS
72 408 moveto
(Rational Environment, then the RCF leaves this file behind without deleting it.) show
72 446 moveto
13 /Palatino-Bold SelectFont
(8.10.  Rcf.Check_Consistency Temporary File) show
72 470 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 7554142-Gato-Mboy) show
72 494 moveto
(Rcf.Check_Consistency creates a temporary file,) 0.808 WS
10 /Courier-Bold SelectFont
3.557 MX
(<Unit_Name>_Tmp) show
11 /Palatino-Roman SelectFont
(, in the directory containing) 0.807 WS
72 507 moveto
(the host unit. If you have already created) 1.233 WS
3.984 MX
(a file with the same name, then the operation fails.) 1.234 WS
72 520 moveto
(This also causes the same error as Rcf.Accept_Remote_Changes.) show
72 558 moveto
13 /Palatino-Bold SelectFont
(8.11.  Associated-file Retrieval On Warning) show
72 582 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 9123690-0167-4) show
72 606 moveto
(The presence of warning messages) 4.275 WS
7.024 MX
(does not alter file retrieval behavior in the remote) 4.274 WS
72 619 moveto
(compilation operation. If there are no errors in) 2.246 WS
4.997 MX
(the output log, then the RCF retrieves files) 2.247 WS
72 632 moveto
(specified to be retrieved under "On_Normal" or "Always") 3.541 WS
6.290 MX
(conditions. The RCF does not) 3.540 WS
72 645 moveto
(recognize warnings, so no files are retrieved under that condition.) show
72 669 moveto
(Do not specify that files should be retrieved "On_Warning".) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
(     June 1992) show
321.260 MX
(15) show
EndPage
%%Page: 16 18
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCF Release Information) show
72 74 moveto
13 /Palatino-Bold SelectFont
(8.12.  Destroy_View_Postprocess) show
72 98 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 8509773-Gato-Mboy) show
72 122 moveto
(The RCF does not call Destroy_View_Postprocess.) show
72 160 moveto
13 /Palatino-Bold SelectFont
(8.13.  Limited Private Types In Predefined Units) show
72 184 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 7059170-Gato-Mboy) show
72 208 moveto
(If a customization) 0.609 WS
11 /Palatino-Italic SelectFont
( names) 0.609 WS
11 /Palatino-Roman SelectFont
( a) 0.609 WS
3.360 MX
(limited private type from a predefined package, it generates a name) 0.610 WS
72 221 moveto
(resolution error. A customization names a type if the string representation of) 1.627 WS
4.376 MX
(the type name) 1.626 WS
72 234 moveto
(appears anywhere in the customization. For example, if you define an) 1.137 WS
3.888 MX
(attribute that returns a) 1.138 WS
72 247 moveto
(value of type System.Address, and System.Address is a limited private type, the following) 0.102 WS
2.851 MX
(error) show
72 260 moveto
(occurs during registration:) show
72 284 moveto
10 /Courier-Bold SelectFont
(Name resolution failure for type 'System.Address': AMBIGUOUS.) show
72 308 moveto
11 /Palatino-Roman SelectFont
(If you make the type private, the error message does not occur.) show
72 346 moveto
13 /Palatino-Bold SelectFont
(8.14.  Private Type Equality Operator In Package System) show
72 370 moveto
11 /Palatino-Roman SelectFont
(PRS Number => 4348467-Gato-Mboy) show
72 394 moveto
(An error occurs when you attempt to rename the equality) 0.356 WS
3.107 MX
(operator of a private type in package) 0.357 WS
72 407 moveto
(System. This works if the type is not private.) show
72 447 moveto
15 /Palatino-Bold SelectFont
(9.  Documentation) show
72 471 moveto
11 /Palatino-Italic SelectFont
(Rational Remote Compilation Facility: User's Manual) 5.457 WS
11 /Palatino-Roman SelectFont
(, PN 4000-00500, provides additional) 5.456 WS
72 484 moveto
(information for RCF users.) show
72 524 moveto
15 /Palatino-Bold SelectFont
(10.  Training) show
72 548 moveto
11 /Palatino-Italic SelectFont
(Rational Target) 0.411 WS
3.162 MX
(Tools Training: Remote Compilation Facility Fundamentals) 0.412 WS
11 /Palatino-Roman SelectFont
(, PN 7000-00653, provides) 0.412 WS
72 561 moveto
(user training for the RCF.) show
72 756 moveto
10 /Palatino-Roman SelectFont
(16) show
319.051 MX
(June 1992    ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: 17 19
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 1_2_2) show
264.127 76 moveto
15 /Palatino-Bold SelectFont
(Appendix A) show
225.172 93 moveto
(Fixed Problems History) show
72 117 moveto
11 /Palatino-Roman SelectFont
(This appendix describes problems fixed in previous) 1.007 WS
3.756 MX
(releases of the product since RCF Release) 1.006 WS
72 130 moveto
(1_0_3. Descriptions of these fixes are in the) 1.004 WS
3.755 MX
(RCF: Release Information Release 1_1_1 Note \050PN) 1.005 WS
72 143 moveto
(508-003255-007\051.) show
72 167 moveto
(Fixes noted as) 1.392 WS
11 /Palatino-Italic SelectFont
( Customizers Only) 1.392 WS
11 /Palatino-Roman SelectFont
( apply to customization components of the RCF.) 1.392 WS
4.141 MX
(Customizers) show
72 180 moveto
(should check these fixes; general users can ignore these sections.) show
72 204 moveto
(The following table provides the PRS number of the problem, the release in which) 0.493 WS
3.244 MX
(the problem) 0.494 WS
72 217 moveto
(was fixed, and the PRS summary of the problem.) show
0 16.500 rmoveto
247.620 246.500 moveto
10 /Palatino-BoldItalic SelectFont
(History of Fixed Problems) show
72 259.500 moveto
11 /Palatino-Roman SelectFont
0 -16.500 rmoveto
102.865 267 moveto
10 /Palatino-Bold SelectFont
(PRS Number) show
194.255 267 moveto
10 /Palatino-Roman SelectFont
( ) show
10 /Palatino-Bold SelectFont
(Release) show
193.835 279 moveto
(Number) show
352.805 267 moveto
(PRS Summary) show
newpath 78 285 moveto
456 0 rlineto stroke
newpath 78 255 moveto
456 0 rlineto stroke
newpath 78 285 moveto
0 -30 rlineto stroke
newpath 534 285 moveto
0 -30 rlineto stroke
newpath 188 285 moveto
0 -30 rlineto stroke
newpath 238 285 moveto
0 -30 rlineto stroke
newpath 78 285 moveto
456 0 rlineto stroke
newpath 78 255 moveto
456 0 rlineto stroke
newpath 78 285 moveto
0 -30 rlineto stroke
newpath 534 285 moveto
0 -30 rlineto stroke
newpath 188 285 moveto
0 -30 rlineto stroke
newpath 238 285 moveto
0 -30 rlineto stroke
82 297 moveto
10 /Palatino-Italic SelectFont
(none) show
192 297 moveto
10 /Palatino-Roman SelectFont
4.500 MX
(1_1_1) show
242 297 moveto
(DTIA and Telnet/FTP connections have broken and hung) show
newpath 78 303 moveto
456 0 rlineto stroke
newpath 78 285 moveto
456 0 rlineto stroke
newpath 78 303 moveto
0 -18 rlineto stroke
newpath 534 303 moveto
0 -18 rlineto stroke
newpath 188 303 moveto
0 -18 rlineto stroke
newpath 238 303 moveto
0 -18 rlineto stroke
82 315 moveto
10 /Palatino-Italic SelectFont
(none) show
192 315 moveto
10 /Palatino-Roman SelectFont
4.500 MX
(1_1_1) show
242 315 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 327 moveto
10 /Palatino-Roman SelectFont
(Remote_Command_Interface error statuses) show
newpath 78 333 moveto
456 0 rlineto stroke
newpath 78 303 moveto
456 0 rlineto stroke
newpath 78 333 moveto
0 -30 rlineto stroke
newpath 534 333 moveto
0 -30 rlineto stroke
newpath 188 333 moveto
0 -30 rlineto stroke
newpath 238 333 moveto
0 -30 rlineto stroke
82 345 moveto
10 /Palatino-Italic SelectFont
(none) show
192 345 moveto
10 /Palatino-Roman SelectFont
4.500 MX
(1_1_1) show
242 345 moveto
(Compilation from detached jobs) show
newpath 78 351 moveto
456 0 rlineto stroke
newpath 78 333 moveto
456 0 rlineto stroke
newpath 78 351 moveto
0 -18 rlineto stroke
newpath 534 351 moveto
0 -18 rlineto stroke
newpath 188 351 moveto
0 -18 rlineto stroke
newpath 238 351 moveto
0 -18 rlineto stroke
82 363 moveto
(2912557-Jazm-Jak) show
192 363 moveto
4.500 MX
(1_1_1) show
242 363 moveto
(Slow demotion in RCI views) show
newpath 78 369 moveto
456 0 rlineto stroke
newpath 78 351 moveto
456 0 rlineto stroke
newpath 78 369 moveto
0 -18 rlineto stroke
newpath 534 369 moveto
0 -18 rlineto stroke
newpath 188 369 moveto
0 -18 rlineto stroke
newpath 238 369 moveto
0 -18 rlineto stroke
82 381 moveto
(308411-Jazm-Jak) show
192 381 moveto
4.500 MX
(1_1_1) show
242 381 moveto
(Private type recognition problems) show
newpath 78 387 moveto
456 0 rlineto stroke
newpath 78 369 moveto
456 0 rlineto stroke
newpath 78 387 moveto
0 -18 rlineto stroke
newpath 534 387 moveto
0 -18 rlineto stroke
newpath 188 387 moveto
0 -18 rlineto stroke
newpath 238 387 moveto
0 -18 rlineto stroke
82 399 moveto
(3546124-Jazm-Jak) show
192 399 moveto
4.500 MX
(1_1_1) show
242 399 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 411 moveto
10 /Palatino-Roman SelectFont
(Delete phase went away in customizations) show
newpath 78 417 moveto
456 0 rlineto stroke
newpath 78 387 moveto
456 0 rlineto stroke
newpath 78 417 moveto
0 -30 rlineto stroke
newpath 534 417 moveto
0 -30 rlineto stroke
newpath 188 417 moveto
0 -30 rlineto stroke
newpath 238 417 moveto
0 -30 rlineto stroke
82 429 moveto
(3907848-Jazm-Jak) show
192 429 moveto
4.500 MX
(1_1_1) show
242 429 moveto
(Ftp waits too long between retries) show
newpath 78 435 moveto
456 0 rlineto stroke
newpath 78 417 moveto
456 0 rlineto stroke
newpath 78 435 moveto
0 -18 rlineto stroke
newpath 534 435 moveto
0 -18 rlineto stroke
newpath 188 435 moveto
0 -18 rlineto stroke
newpath 238 435 moveto
0 -18 rlineto stroke
82 447 moveto
(4379654-Gato-Mboy) show
192 447 moveto
4.500 MX
(1_1_1) show
242 447 moveto
(Implementation defined attributes do not work for expanded) show
242 459 moveto
(names) show
newpath 78 465 moveto
456 0 rlineto stroke
newpath 78 435 moveto
456 0 rlineto stroke
newpath 78 465 moveto
0 -30 rlineto stroke
newpath 534 465 moveto
0 -30 rlineto stroke
newpath 188 465 moveto
0 -30 rlineto stroke
newpath 238 465 moveto
0 -30 rlineto stroke
82 477 moveto
(5772860-Gato-Mboy) show
192 477 moveto
4.500 MX
(1_1_1) show
242 477 moveto
(Problem with remote import command) show
newpath 78 483 moveto
456 0 rlineto stroke
newpath 78 465 moveto
456 0 rlineto stroke
newpath 78 483 moveto
0 -18 rlineto stroke
newpath 534 483 moveto
0 -18 rlineto stroke
newpath 188 483 moveto
0 -18 rlineto stroke
newpath 238 483 moveto
0 -18 rlineto stroke
82 495 moveto
(6663531-Jazm-Jak) show
192 495 moveto
4.500 MX
(1_1_1) show
242 495 moveto
10 /Palatino-Italic SelectFont
(New Feature) show
242 507 moveto
10 /Palatino-Roman SelectFont
(Initialization routine should match RDF format) show
newpath 78 513 moveto
456 0 rlineto stroke
newpath 78 483 moveto
456 0 rlineto stroke
newpath 78 513 moveto
0 -30 rlineto stroke
newpath 534 513 moveto
0 -30 rlineto stroke
newpath 188 513 moveto
0 -30 rlineto stroke
newpath 238 513 moveto
0 -30 rlineto stroke
82 525 moveto
(6785680-Gato-Mboy) show
192 525 moveto
4.500 MX
(1_1_1) show
242 525 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 537 moveto
10 /Palatino-Roman SelectFont
(RCI passes a null "views_to_import" iterator into) show
242 549 moveto
(IMPORT_PREPROCESS) show
newpath 78 555 moveto
456 0 rlineto stroke
newpath 78 513 moveto
456 0 rlineto stroke
newpath 78 555 moveto
0 -42 rlineto stroke
newpath 534 555 moveto
0 -42 rlineto stroke
newpath 188 555 moveto
0 -42 rlineto stroke
newpath 238 555 moveto
0 -42 rlineto stroke
82 567 moveto
(680047-Gato-Mboy) show
192 567 moveto
4.500 MX
(1_1_1) show
242 567 moveto
(Problem with "IS_PRE_OPTION" on Link) show
newpath 78 573 moveto
456 0 rlineto stroke
newpath 78 555 moveto
456 0 rlineto stroke
newpath 78 573 moveto
0 -18 rlineto stroke
newpath 534 573 moveto
0 -18 rlineto stroke
newpath 188 573 moveto
0 -18 rlineto stroke
newpath 238 573 moveto
0 -18 rlineto stroke
82 585 moveto
(7185171-Gato-Mboy) show
192 585 moveto
4.500 MX
(1_1_1) show
242 585 moveto
(Cannot have a single view which uses both the RDF and RCI) show
newpath 78 591 moveto
456 0 rlineto stroke
newpath 78 573 moveto
456 0 rlineto stroke
newpath 78 591 moveto
0 -18 rlineto stroke
newpath 534 591 moveto
0 -18 rlineto stroke
newpath 188 591 moveto
0 -18 rlineto stroke
newpath 238 591 moveto
0 -18 rlineto stroke
82 603 moveto
(7443648-Gato-Mboy) show
192 603 moveto
4.500 MX
(1_1_1) show
242 603 moveto
(Problem with built-in operators) show
newpath 78 609 moveto
456 0 rlineto stroke
newpath 78 591 moveto
456 0 rlineto stroke
newpath 78 609 moveto
0 -18 rlineto stroke
newpath 534 609 moveto
0 -18 rlineto stroke
newpath 188 609 moveto
0 -18 rlineto stroke
newpath 238 609 moveto
0 -18 rlineto stroke
82 621 moveto
(8046554-Gato-Mboy) show
192 621 moveto
4.500 MX
(1_1_1) show
242 621 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 633 moveto
10 /Palatino-Roman SelectFont
(Type definitions during customization registrations are case) show
242 645 moveto
(sensitive) show
newpath 78 651 moveto
456 0 rlineto stroke
newpath 78 609 moveto
456 0 rlineto stroke
newpath 78 651 moveto
0 -42 rlineto stroke
newpath 534 651 moveto
0 -42 rlineto stroke
newpath 188 651 moveto
0 -42 rlineto stroke
newpath 238 651 moveto
0 -42 rlineto stroke
82 663 moveto
(8105473-Gato-Mboy) show
192 663 moveto
4.500 MX
(1_1_1) show
242 663 moveto
(Version error occurs during demote and during link using RCI) show
newpath 78 669 moveto
456 0 rlineto stroke
newpath 78 651 moveto
456 0 rlineto stroke
newpath 78 669 moveto
0 -18 rlineto stroke
newpath 534 669 moveto
0 -18 rlineto stroke
newpath 188 669 moveto
0 -18 rlineto stroke
newpath 238 669 moveto
0 -18 rlineto stroke
82 681 moveto
(8385064-Jazm-Jak) show
192 681 moveto
4.500 MX
(1_1_1) show
242 681 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 693 moveto
10 /Palatino-Roman SelectFont
(Rcf_Cmvc.Release calls wrong library extension routines) show
newpath 78 699 moveto
456 0 rlineto stroke
newpath 78 669 moveto
456 0 rlineto stroke
newpath 78 699 moveto
0 -30 rlineto stroke
newpath 534 699 moveto
0 -30 rlineto stroke
newpath 188 699 moveto
0 -30 rlineto stroke
newpath 238 699 moveto
0 -30 rlineto stroke
82 711 moveto
(9080824-Jazm-Jak) show
192 711 moveto
4.500 MX
(1_1_1) show
242 711 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 723 moveto
10 /Palatino-Roman SelectFont
(Null option problem) show
newpath 78 729 moveto
456 0 rlineto stroke
newpath 78 699 moveto
456 0 rlineto stroke
newpath 78 729 moveto
0 -30 rlineto stroke
newpath 534 729 moveto
0 -30 rlineto stroke
newpath 188 729 moveto
0 -30 rlineto stroke
newpath 238 729 moveto
0 -30 rlineto stroke
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
(     June 1992) show
321.260 MX
(17) show
EndPage
%%Page: 18 20
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCF Release Information) show
102.865 96 moveto
10 /Palatino-Bold SelectFont
(PRS Number) show
194.255 96 moveto
10 /Palatino-Roman SelectFont
( ) show
10 /Palatino-Bold SelectFont
(Release) show
193.835 108 moveto
(Number) show
352.805 96 moveto
(PRS Summary) show
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 84 moveto
456 0 rlineto stroke
newpath 78 114 moveto
0 -30 rlineto stroke
newpath 534 114 moveto
0 -30 rlineto stroke
newpath 188 114 moveto
0 -30 rlineto stroke
newpath 238 114 moveto
0 -30 rlineto stroke
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 84 moveto
456 0 rlineto stroke
newpath 78 114 moveto
0 -30 rlineto stroke
newpath 534 114 moveto
0 -30 rlineto stroke
newpath 188 114 moveto
0 -30 rlineto stroke
newpath 238 114 moveto
0 -30 rlineto stroke
82 126 moveto
10 /Palatino-Roman SelectFont
(9123690-0166-7) show
192 126 moveto
4.500 MX
(1_1_1) show
242 126 moveto
(Csr5674: Problem with associated file name formation) show
newpath 78 132 moveto
456 0 rlineto stroke
newpath 78 114 moveto
456 0 rlineto stroke
newpath 78 132 moveto
0 -18 rlineto stroke
newpath 534 132 moveto
0 -18 rlineto stroke
newpath 188 132 moveto
0 -18 rlineto stroke
newpath 238 132 moveto
0 -18 rlineto stroke
82 144 moveto
(9123690-0166-8) show
192 144 moveto
4.500 MX
(1_1_1) show
242 144 moveto
10 /Palatino-Italic SelectFont
(Customizer Only) show
242 156 moveto
10 /Palatino-Roman SelectFont
(Csr5679: RCF_LINK doesn't retrieve all associated files) show
newpath 78 162 moveto
456 0 rlineto stroke
newpath 78 132 moveto
456 0 rlineto stroke
newpath 78 162 moveto
0 -30 rlineto stroke
newpath 534 162 moveto
0 -30 rlineto stroke
newpath 188 162 moveto
0 -30 rlineto stroke
newpath 238 162 moveto
0 -30 rlineto stroke
82 174 moveto
(9123690-0166-9) show
192 174 moveto
4.500 MX
(1_1_1) show
242 174 moveto
(Csr5680: RCI Binary File retrieval doesn't work) show
newpath 78 180 moveto
456 0 rlineto stroke
newpath 78 162 moveto
456 0 rlineto stroke
newpath 78 180 moveto
0 -18 rlineto stroke
newpath 534 180 moveto
0 -18 rlineto stroke
newpath 188 180 moveto
0 -18 rlineto stroke
newpath 238 180 moveto
0 -18 rlineto stroke
82 192 moveto
(959311-Jazm-Jak) show
192 192 moveto
4.500 MX
(1_1_1) show
242 192 moveto
(Csr6036: Overloading of Attributes) show
newpath 78 198 moveto
456 0 rlineto stroke
newpath 78 180 moveto
456 0 rlineto stroke
newpath 78 198 moveto
0 -18 rlineto stroke
newpath 534 198 moveto
0 -18 rlineto stroke
newpath 188 198 moveto
0 -18 rlineto stroke
newpath 238 198 moveto
0 -18 rlineto stroke
newpath 78 198 moveto
456 0 rlineto stroke
newpath 78 180 moveto
456 0 rlineto stroke
72 756 moveto
(18) show
319.051 MX
(June 1992    ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Page: iii 21
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
407.300 MX
(Release 1_2_2) show
278.182 72 moveto
14 /Palatino-Roman SelectFont
(Contents) show
72 108 moveto
12 /Palatino-Roman SelectFont
(1.  Overview) show
4.272 MX
9 43 LTAB 390 MX
(1) show
72 122 moveto
(2.  RCF Components) show
7.668 MX
9 38 LTAB 345 MX
(1) show
72 136 moveto
(3.  Upgrade Impact) show
5.868 MX
9 39 LTAB 354 MX
(1) show
72 150 moveto
(4.  Prerequisites) show
6 MX
9 41 LTAB 372 MX
(2) show
72 164 moveto
(5.  New Features) show
1.128 MX
9 41 LTAB 372 MX
(2) show
93.600 177 moveto
11 /Palatino-Roman SelectFont
(5.1.  Pragma Main Support) show
1.006 MX
9 34 LTAB 309.500 MX
(2) show
93.600 190 moveto
(5.2.  Pragma Inline Support) show
7.333 MX
9 33 LTAB 300.500 MX
(3) show
93.600 203 moveto
(5.3.  Programmatic Interface Enhancements) show
1.508 MX
9 25 LTAB 228.500 MX
(3) show
93.600 216 moveto
(5.4.  Compilation Ordering Mechanism) show
4.188 MX
9 27 LTAB 246.500 MX
(4) show
72 230 moveto
12 /Palatino-Roman SelectFont
(6.  Fixed Problems) show
1.464 MX
9 40 LTAB 363 MX
(4) show
93.600 243 moveto
11 /Palatino-Roman SelectFont
(6.1.  Reusable Component Subunits) show
4.162 MX
9 29 LTAB 264.500 MX
(5) show
93.600 256 moveto
(6.2.  DTIA and UNIX) show
0 -2.750 rmoveto
8 /Palatino-Roman SelectFont
/registered SYM 5.976 MX
11 /Palatino-Roman SelectFont
0 2.750 rmoveto
( Shells) show
0.774 MX
9 33 LTAB 300.500 MX
(5) show
93.600 269 moveto
(6.3.  Locked Telnet Ports) show
3.468 MX
9 35 LTAB 318.500 MX
(5) show
93.600 282 moveto
(6.4.  Locked Telnet Port When Rcf.Link Fails) show
6.042 MX
9 24 LTAB 219.500 MX
(6) show
93.600 295 moveto
(6.5.  Telnet Connection Echo Option) show
1.258 MX
9 29 LTAB 264.500 MX
(6) show
93.600 308 moveto
(6.6.  Compilation Ordering with Compilation.Make) show
7.249 MX
9 20 LTAB 183.500 MX
(6) show
93.600 321 moveto
(6.7.  Compilation Ordering of Generics) show
5.783 MX
9 27 LTAB 246.500 MX
(6) show
93.600 334 moveto
(6.8.  Incremental Pragma Inline Error) show
5.110 MX
9 28 LTAB 255.500 MX
(6) show
93.600 347 moveto
(6.9.  Nonexistent Page Errors) show
8.743 MX
9 32 LTAB 291.500 MX
(7) show
93.600 360 moveto
(6.10.  State File Access For Importing Views) show
0.320 MX
9 25 LTAB 228.500 MX
(7) show
93.600 373 moveto
(6.11.  Rcf_Cmvc.Import Parameter Resolution Errors) show
2.013 MX
9 20 LTAB 183.500 MX
(7) show
93.600 386 moveto
(6.12.  Removing Multiple Imports With Rcf_Cmvc.Remove_Imports) show
7.993 MX
9 11 LTAB 102.500 MX
(8) show
93.600 399 moveto
(6.13.  Rcf.Link Make_Uncoded_Units Parameter Failure) show
4.866 MX
9 18 LTAB 165.500 MX
(8) show
93.600 412 moveto
(6.14.  Rcf.Accept_Remote_Changes and Check In) show
1.668 MX
9 22 LTAB 201.500 MX
(8) show
93.600 425 moveto
(6.15.  Rcf_Initialize Timing) show
1.611 MX
9 34 LTAB 309.500 MX
(8) show
93.600 438 moveto
(6.16.  VAX) show
/trademark SYM 10.769 MX
( Error Codes) show
7.573 MX
9 34 LTAB 309.500 MX
(9) show
93.600 451 moveto
(6.17.  Registering RCF Customizations and Extensions) show
3.445 MX
9 19 LTAB 174.500 MX
(9) show
93.600 464 moveto
(6.18.  Create_Predefined_Library Target Key Length Check) show
6.421 MX
9 16 LTAB 147.500 MX
(9) show
93.600 477 moveto
(6.19.  Invalid Parameters For Promote_Preprocess Using Secondaries) show
4.154 MX
9 11 LTAB 102.500 MX
(9) show
93.600 490 moveto
(6.20.  Promote Error With Set/Get_Remote_Unit_Name) show
4.525 MX
9 18 LTAB 165.500 MX
(9) show
93.600 503 moveto
(6.21.  Extension Status Checking) show
1.540 MX
9 30 LTAB 277 MX
(10) show
72 517 moveto
12 /Palatino-Roman SelectFont
(7.  Limitations) show
5.148 MX
9 41 LTAB 375 MX
(10) show
93.600 530 moveto
11 /Palatino-Roman SelectFont
(7.1.  Compilation Order Involving Generics) show
1.706 MX
9 24 LTAB 223 MX
(10) show
93.600 543 moveto
(7.2.  Coding Subunits and Parents) show
2.895 MX
9 29 LTAB 268 MX
(10) show
93.600 556 moveto
(7.3.  Promoting Stubs to the Coded State) show
7.809 MX
9 25 LTAB 232 MX
(10) show
93.600 569 moveto
(7.4.  Using DTIA and UNIX Shells) show
2.059 MX
9 29 LTAB 268 MX
(10) show
93.600 582 moveto
(7.5.  Telnet Logins) show
7.070 MX
9 37 LTAB 340 MX
(11) show
93.600 595 moveto
(7.6.  Prompting For Passwords) show
0.427 MX
9 31 LTAB 286 MX
(11) show
93.600 608 moveto
(7.7.  Archive.Copy/Archive.Restore Operations) show
7.487 MX
9 21 LTAB 196 MX
(11) show
115.200 620 moveto
10 /Palatino-Roman SelectFont
(7.7.1.  Archiving and Restoring Views) show
5.860 MX
9 26 LTAB 242 MX
(11) show
115.200 632 moveto
(7.7.2.  Copying and Restoring Secondaries) show
5.030 MX
9 24 LTAB 224 MX
(11) show
93.600 645 moveto
11 /Palatino-Roman SelectFont
(7.8.  Configuration_Only Releases) show
2.741 MX
9 29 LTAB 268 MX
(12) show
93.600 658 moveto
(7.9.  Rcf_Cmvc.Build And The State File) show
0.569 MX
9 26 LTAB 241 MX
(12) show
93.600 671 moveto
(7.10.  Trace_Command_Output And Rcf.Execute_Remote_Command) show
1.701 MX
9 10 LTAB 97 MX
(12) show
93.600 684 moveto
(7.11.  Rcf.Execute_Remote_Command) show
1.172 MX
9 27 LTAB 250 MX
(12) show
93.600 697 moveto
(7.12.  COTS Specifications) show
5.340 MX
9 33 LTAB 304 MX
(12) show
93.600 710 moveto
(7.13.  Associated Files Retrieval For Secondaries) show
6.959 MX
9 21 LTAB 196 MX
(13) show
93.600 723 moveto
(7.14.  Overloading Attributes) show
8.017 MX
9 31 LTAB 286 MX
(13) show
72 756 moveto
17 /AvantGarde-Book SelectFont
(RATIONAL) show
10 /Palatino-Roman SelectFont
(     June 1992) show
322.530 MX
(iii) show
EndPage
%%Page: iv 22
BeginPage
792 false PositionPage
72 36 moveto
10 /Palatino-Roman SelectFont
(RCF Release Information) show
93.600 72 moveto
11 /Palatino-Roman SelectFont
(7.15.  Attributes as Component Clauses of Rep Specs) show
2.101 MX
9 19 LTAB 178 MX
(13) show
72 86 moveto
12 /Palatino-Roman SelectFont
(8.  Known Problems) show
0.660 MX
9 38 LTAB 348 MX
(13) show
93.600 99 moveto
11 /Palatino-Roman SelectFont
(8.1.  Nonexistent Page Error Exception) show
7.301 MX
9 26 LTAB 241 MX
(13) show
93.600 112 moveto
(8.2.  Remote Access Control) show
5.441 MX
9 32 LTAB 295 MX
(14) show
93.600 125 moveto
(8.3.  File Transfer Using FTP) show
2.988 MX
9 32 LTAB 295 MX
(14) show
93.600 138 moveto
(8.4.  RCF Compiler Switch Modification) show
0.943 MX
9 26 LTAB 241 MX
(14) show
93.600 151 moveto
(8.5.  Null Remote_Directory Library Switch) show
1.684 MX
9 24 LTAB 223 MX
(14) show
93.600 164 moveto
(8.6.  Compilation Warnings) show
6.794 MX
9 32 LTAB 295 MX
(14) show
93.600 177 moveto
(8.7.  Rcf_Cmvc.Accept_Changes and Indirect Files) show
4.761 MX
9 20 LTAB 187 MX
(15) show
93.600 190 moveto
(8.8.  Response Parameter With Compilation Operations) show
6.351 MX
9 17 LTAB 160 MX
(15) show
93.600 203 moveto
(8.9.  Rcf.Accept_Remote_Changes Temporary File) show
5.685 MX
9 20 LTAB 187 MX
(15) show
93.600 216 moveto
(8.10.  Rcf.Check_Consistency Temporary File) show
2.357 MX
9 23 LTAB 214 MX
(15) show
93.600 229 moveto
(8.11.  Associated-file Retrieval On Warning) show
2.652 MX
9 24 LTAB 223 MX
(15) show
93.600 242 moveto
(8.12.  Destroy_View_Postprocess) show
7.471 MX
9 29 LTAB 268 MX
(16) show
93.600 255 moveto
(8.13.  Limited Private Types In Predefined Units) show
5.551 MX
9 21 LTAB 196 MX
(16) show
93.600 268 moveto
(8.14.  Private Type Equality Operator In Package System) show
1.214 MX
9 17 LTAB 160 MX
(16) show
72 282 moveto
12 /Palatino-Roman SelectFont
(9.  Documentation) show
1.416 MX
9 39 LTAB 357 MX
(16) show
72 296 moveto
(10.  Training) show
5.280 MX
9 42 LTAB 384 MX
(16) show
72 310 moveto
(A  Fixed Problems History) show
2.688 MX
9 34 LTAB 312 MX
(17) show
72 756 moveto
10 /Palatino-Roman SelectFont
(iv) show
320.491 MX
(June 1992    ) show
17 /AvantGarde-Book SelectFont
( RATIONAL) show
EndPage
%%Trailer
%%Pages: 22 1
%%DocumentFonts: Times-Roman Courier-Bold Courier-BoldOblique AvantGarde-Book Palatino-Roman Palatino-Bold Palatino-Italic Palatino-BoldItalic