On Tue, 30 Mar 2010 12:54:56 -0500, Ward, Mike S <mw...@ssfcu.org> wrote:

>I guess you can't see the presentation if you are not a share user. It
>asked me for an ID and Password.
>

Reader's Digest version:

1) Remove all data set references from JCL.  
     only use EXEC PGM=HASJES20 - optional parm= and
     //HASPLIST DD  DDNAME=IEFRDER      
    ... SYS1.SHASLNKE or SYS1.SHASLINK (older OSes) must be in the LNKLST

2) Put JES2 parm member HASJES2 in logical parmlib concatenation
     ... this is the default name that will be looked for
if 
3) Use include members if sharing parms or they are currently broken
   out into separate parms today.  For example
       INCLUDE PARMLIB_MEMBER=HAS&SYSNAME     
     then in HAS&SYSNAME you can include other members

4) Use dynamic PROCLIBs in the parms.

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS       
mailto:mzel...@flash.net                                          
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/

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