It gives some pseudo JCL: //SYSLIN DD DSN=/path/to/bla.s //SYSLIB DD DSN=IMS.SDFSMAC //SYSIN DD DSN=/path/to/bla.s //SYSTERM DD DSN=/dev/fd2
Maybe its the /dev/fd2 that6 is troublesome.... Anyway, I will use the _C89_SSYSLIB method of the previous poster, that works. Thanks, Etienne On Thu, 2 May 2013 07:49:38 -0600, Steve Comstock <[email protected]> wrote: >On 5/2/2013 7:26 AM, Etienne Thijsse wrote: >> On Thu, 2 May 2013 07:17:00 -0600, Steve Comstock <[email protected]> >> wrote: >> >> Those three are all available. And I changed _AS_MACLIB to just IMS.SDFSMAC, >> there was no change. >> I think "as" is complaining about something else... if it would just say >> which those required files are... >> >> The C compiler does assemble the source, but it doesn't look at _AS_MACLIB; >> I tried that; it still says "Undefined operation code" on the macro. >> > >perhaps adding the verbose option would give more info: > > as -o bla.o --verbose bla.s > >just a guess. > > >> Thanks, >> Etienne >>>> >>> >>> Well there is a default set of maclibs implicit in >>> the command: the concatenation of CEE.SCEEMAC, SYS1.MACLIB, >>> SYS1.AMODGEN; perhaps one of these is not available; >>> you can change the list by exporting a new list in >>> _AS_MACLIB >>> >>> >>> >>> >>> -- >>> >>> Kind regards, >>> >>> -Steve Comstock >>> The Trainer's Friend, Inc. >>> >>> 303-355-2752 >>> http://www.trainersfriend.com >>> >>> * To get a good Return on your Investment, first make an investment! >>> + Training your people is an excellent investment >>> >>> * Try our tool for calculating your Return On Investment >>> for training dollars at >>> http://www.trainersfriend.com/ROI/roi.html >>> >>> ---------------------------------------------------------------------- >>> For IBM-MAIN subscribe / signoff / archive access instructions, >>> send email to [email protected] with the message: INFO IBM-MAIN >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO IBM-MAIN >> > > >-- > >Kind regards, > >-Steve Comstock >The Trainer's Friend, Inc. > >303-355-2752 >http://www.trainersfriend.com > >* To get a good Return on your Investment, first make an investment! > + Training your people is an excellent investment > >* Try our tool for calculating your Return On Investment > for training dollars at > http://www.trainersfriend.com/ROI/roi.html > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, >send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
