Copylib Members

To edit Copylib members in Qedit, put the member name in parentheses and do a :File command for “copylib”.

  /file copylib=copylib.pub.develop  /text (custrec)            {looks in "copylib"}  /keep                      {saves changes}  /keep (custrec2)           {new member name}  /keep (custrec) copylib2   {different Copylib}  

Notice that we can refer to other Copylib files by putting the file name after the member name, rather than having to change our :File command. To create a new Copylib file, use HP’s Cobedit program.

To list the member names in a Copylib file, specify a pattern instead of an actual member name.

  /list (b@)                 {names starting with b}  /list (@)                  {all names}  

Copylib Members