Agree 100%.

FWIW, we have something like this in our z/OS Makefiles:

_AS_MACLIB = CEE.SCEEMAC:SYS1.MACLIB:SYS1.MODGEN:HLA.SASMMAC2
ASMFLAGS  = "--GOFF,ESD"

%.o : %.s
      _AS_MACLIB=$(_AS_MACLIB) as $(ASMFLAGS) -a -o $*.o $*.s > $*.list

PS> Just put your sources into zFS you dinos :-)

Kirk Wolf
Dovetailed Technologies
https://coztoolkit.com

On Wed, Feb 5, 2025, at 2:00 PM, Gord Tomlin wrote:
> Why not use the z/OS UNIX "as" command?
> 
> It's described in the z/OS UNIX System Services Command Reference.
> 
> On 2025-02-05 13:11 PM, Binyamin Dissen wrote:
> > Don't understand most of the shell stuff, but ASMA90 is not a TSO command - 
> > it
> > is a program.
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to