Doesn't he need to actually allocate IBMUSER.OBJECT as a PDS (FB80) and point 
the assemble proc to

//SYSPUNCH DD DSN=IBMUSER.OBJECT(&M),DISP=SHR   instead of FILE036?  Then the 
linkedit step could find the object code.  He is putting the output of the 
assemble step back into IBMUSER.FILE036 then trying to locate it for the link 
in IBMUSER.OBJECT.


Another option would be to change the LKED step to point SYSLIB to 
IBMUSER.FILE036 instead of IBMUSER.OBJECT.



-----Original Message-----
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Scott Rowe
Sent: Wednesday, December 08, 2010 4:07 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Problem when try compile a CBT036 FILE

The PARMs for the ASM step specify DECK and NOLOAD, so the object output is
going to SYSPUNCH, not SYSLIN.


The information contained in this e-mail may contain confidential and/or 
privileged information and is intended for the sole use of the intended 
recipient. If you are not the intended recipient, you are hereby notified that 
any unauthorized use, disclosure, distribution or copying of this communication 
is strictly prohibited. If you received this e-mail in error, please reply to 
sender and destroy or delete the message and any attachments. Thank you.

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

Reply via email to