On Tue, 17 Sep 2002 20:52, you wrote: > You do realize that your assembler code will need to be totally rewritten > anyway, don't you? All the ACB, GET, PUT, and RPL macros will need to be > redone to use whatever macros your VSAM-replacement uses. Also, your > assembler code is likely in HLASM format. Unless you have an HLASM > compatable assembler, such as from Dignus (http://www.dignus.com), then > you'll need to rewrite into the GNU assembler (GAS). GAS doesn't support
Depending on the volume of assembler code to convert, it might be worth writing a preprocessor in the language of your choice (I'd go with perl, others here would choose REXX or even C) to convert some/all syntax and expand macroes. You may still have problems with fdbk codes and such though. -- Cheers John Summerfield Microsoft's most solid OS: http://www.geocities.com/rcwoolley/ Join the "Linux Support by Small Businesses" list at http://mail.computerdatasafe.com.au/mailman/listinfo/lssb
