Taylor, Clarence B wrote:
Does anyone have any good references on how to use c89 to assemble? The
users guide, programmers guide, and the Unix System Services command
reference all have allusions to how, but not very good details.  There
is the -W,a option to pass options to the assembler phase, which I would
assume would be the normal stuff for the assembler EXEC PARM=, but have
not yet verified that.  I have been able to use the environment variable
_C89_SUSRLIB to set my maclib concatenation.  However I can not seem to
get a listing file to come out.  I have tried using -W
"a,so(mysource.lst)", but to no avail.

Any thoughts would be appreciated

Thank you

Brad Taylor

From my course "Developing Applications for z/OS UNIX":

    c89 -o doneit -e // -W a,list app2a3.s > app2a3.lst

Come see the whole course, three thrill-packed fun-filled
days of Assembler, COBOL, PL/I, C, make, c89, cob2, pli,
and more!

Details:
http://www.trainersfriend.com/UNIX_and_Web_courses/u520descr.htm

Kind regards,

-Steve Comstock

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to