John,

"SYSLIB" statements must come before LNKLST entries.   Much simpler IMO to 
create a separate PROGxx member with just the "SYSLIB" statement(s).

Lot of sysprogs like to throw everything into one PROGxx member but I find it 
easier and clearer to separate them.  For example, PROGxA for APF list, PROGxE 
for dynamic exit, PROGxL for syslibs and linklist.   IEASYSxx says 
PROG=(xA,xE,xL).  PROGxL says:

SYSLIB LPALIB(-LPA syslib libname-)
SYSLIB LINKLIB(-LINKLIST syslib libname-)
LNKLST DEFINE NAME(LNKLSTxx)
LNKLST ...
...

Just one way IMO to ease the confusion and reduce chance for errors.

Dick
HFHS Mainframe Administration

> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
> Of Chase, John
> Sent: Thursday, August 14, 2008 12:53 PM
> To: [email protected]
> Subject: SYSLIB statement in PROGxx?
>
> Hi, All,
>
> In the z/OS 1.9 MVS Init 'n' Tuna manual I read:
>
> ======== Begin paste ============
> SYSLIB statements must always appear before any LNKLST statements in
> PROGxx. If you specify multiple PROG=xx members, define any SYSLIB
> statements ahead of LNKLST statements. For example, if you specify
> PROG=(01,02) during IPL, consider the following:
>
> If PROG01 has a LNKLST statement, ensure that no SYSLIB statement
> appears after the ==>LINKLIB<== statement, or in PROG02.
>
> If only PROG02 has a LNKLST statement, ensure that no SYSLIB statement
> appears after the ==>LNKLST<== statement in PROG02.  (Emphasis added)
> ======== End paste ==============
>
> So, must any SYSLIB statement(s) appear before the first LNKLST DEFINE
> statement, or before the first LNKLST ADD ...
> DSNAME(whatever.is.being.overridden)?
>
> TIA,
>
>     -jc-
>
> ----------------------------------------------------------------------
> 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
>


==============================================================================
CONFIDENTIALITY NOTICE: This email contains information from the sender that 
may be CONFIDENTIAL, LEGALLY PRIVILEGED, PROPRIETARY or otherwise protected 
from disclosure. This email is intended for use only by the person or entity to 
whom it is addressed. If you are not the intended recipient, any use, 
disclosure, copying, distribution, printing, or any action taken in reliance on 
the contents of this email, is strictly prohibited. If you received this email 
in error, please contact the sending party by reply email, delete the email 
from your computer system and shred any paper copies.
 
Note to Patients: There are a number of risks you should consider before using 
e-mail to communicate with us. See our Privacy Policy and Henry Ford My Health 
at www.henryford.com for more detailed information. If you do not believe that 
our policy gives you the privacy and security protection you need, do not send 
e-mail or Internet communications to us.

==============================================================================

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