On Mon, 24 Nov 2008 10:58:16 -0500 Lizette Koehler <[EMAIL PROTECTED]>
wrote:

:>I have source code that is not currently managed by SMPE.  I would like to 
place it in SMPE control by developing a usermod to do the assemble and link.

:>I have not done this type of usermod before and after reading the manuals I 
think I am close but just am not getting what I want.

:>The source code is found in SYS1.SAMPLIB and is IEAMDBLG.  IEAMDBLG is 
currently not an SMP/E element.  So I need to tell SMP/E it is now.

:>Could someone point out what I need to do to make this work?  I am thinking I 
may have to do some pre steps with the assemble and link and then use SMP/E it 
put it in its home, SYS1.LINKLIB.

:>I prefer to have things in SYS1.LINKLIB handled by SMP/E.  

It is currently of type SAMP.

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).
   

--
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

Reply via email to