On Tue, 25 Nov 2008 13:28:08 -0400 "Shmuel Metz (Seymour J.)" <[EMAIL PROTECTED]> wrote:
:>In <[EMAIL PROTECTED]>, on 11/24/2008 :> at 06:42 PM, Binyamin Dissen <[EMAIL PROTECTED]> said: :>>You can use sort of (going from memory). :>> ++USERMOD(---). :>> ++VER(Z038) FMID(---). :>> ++JCLIN. :>> // EXEC LINKS,PARM='RENT,REUS,REFR' :>> //SYSLMOD DD DSN=SYS1.LINKLIB,DISP=SHR :>> //distlib DD DSN=SYS1.distlib,DISP=SHR :>> //SYSLIN DD * :>> INCLUDE distlib(IEAMDBLG) :>> NAME IEAMDBLG(R) :>> ++SRC(IEAMDBLG) TXTLIB(SAMPLIB) DISTLIB(whatever) :>>DISTMOD(whatever). :>Shouldn't there be an assembly step in the ++JCLIN? ++SRC (used to) do an assembly step automatically. You can do inline source if you want to create GENASM entries for the macros. -- Binyamin Dissen <[EMAIL PROTECTED]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Should you use the mailblocks package and expect a response from me, you should preauthorize the dissensoftware.com domain. I very rarely bother responding to challenge/response systems, especially those from irresponsible companies. ---------------------------------------------------------------------- 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

