
  {  These special designators can precede name values in the additional
  {  products field of a subproduct.  Each special designator is used for
  {  a different purpose according to the following list:
  {
  {     #   Specifies a group name.  A group name groups common subproducts.
  {         Although not advertised, it is possible to install a set of
  {         subproducts by specifying the group to which they all belong.
  {         Examples of current groups are CDCNET_SOFTWARE and IM_DM_PACKAGE.
  {
  {     $   Specifies a PSR identifier.
  {
  {     \   Used internally for various purposes.  Each name which this
  {         designator is associated with defines the purpose.  As an
  {         example, \IMMEDIATE indiciates that the subproduct must be
  {         installed in immediate mode, rather than deferred mode.
  {

  CONST
    rac$group_designator ='#',
    rac$psrid_designator = '$',
    rac$special_use_designator = '\';
