Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!UX1.CSO.UIUC.EDU!phil From: phil@UX1.CSO.UIUC.EDU Newsgroups: comp.lang.asm370 Subject: Re: SYSLIB and H assembler on CMS Message-ID: <8906090001.AA16871@jade.berkeley.edu> Date: 8 Jun 89 15:47:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 10 I keep all my MACRO and COPY files as compressed individual files so that they are easily available for editing. I rebuild FROM SCRATCH a MACLIB when I need it. I often leave it on my A disk for a long time, but it is one of the first to go when I need the space, because I can rebuild it again any time I need to. I am an EXEC that reads a file which lists which MACRO and COPY files I want. If I do: bldmaclib xyz then BLDMACLI EXEC will read XYZ MACLIST for a list of files and build the XYZ MACLIB file.