Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!dog.ee.lbl.gov!ucbvax!WAM.UMD.EDU!kayjs From: kayjs@WAM.UMD.EDU (James Stuart Kay) Newsgroups: comp.lang.asm370 Subject: Re: HASM / MVS question Message-ID: <9103061656.AA03991@ucbvax.Berkeley.EDU> Date: 6 Mar 91 16:51:26 GMT References: <9102280644.AA25542@ucbvax.Berkeley.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 10 This may not be the only way, or even the best way but I have done it successfully. Use the VM commands to extract all of the members from your CMS maclib as .OBJ files. Transfer those to MVS and link each one as a separate member of a PDS. Then, finally use that PDS in your SYSLIB concatenation. It will work, tedious though it is. jim kay :wq