Re: Library won't add to LNKLST00

2010-07-02 Thread Jeff Holst
You can use the LNKLST UPDATE paramaeter (or its SETPROG equivilent) to 
update the LNKLST used by active address spaces. However, there are 
warnings that this can cause errors if an address space is performing a fetch 
at the time the UPDATE takes place.

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


Re: Library won't add to LNKLST00

2010-07-01 Thread Field, Alan C.
-Original Message-
I don't think you can add to the existing linklist. You need to copy it
to say LNKLST01. Add your new library to LNKLST01 and then activate
LNKLST01. 

New tasks will get LNKLST01. Existing tasks will continue to use
LNKLST00.

Search the archives. This process has been discussed before.

Alan  


From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Ward, Mike S
Sent: Thursday, July 01, 2010 08:34 
To: IBM-MAIN@bama.ua.edu
Subject: Library won't add to LNKLST00

Hello all, I was trying to add a library to lnklst00, but the system
would not allow me to do it. What's the use of having a command to let
you add libraries to lnklst when you can't? Will someone please help or
explain?

Thanks in advance.

SETPROG,LNKLST,ADD,NAME=LNKLST00,DSNAME=IGY.SIGYCOMP,ATBOTTOM,
IEF196I IEF237I 5503 ALLOCATED TO SYS9
IEF196I IEF285I   IGY.SIGYCOMP KEPT
IEF196I IEF285I   VOL SER NOS= ZBRES3.
CSV510I LNKLST SET LNKLST00 WAS NOT CHANGED. IT IS IN USE

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


Re: Library won't add to LNKLST00

2010-07-01 Thread Ward, Mike S
This worked. Thank you

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Michael Saraco
Sent: Thursday, July 01, 2010 8:53 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Library won't add to LNKLST00

I just create a member like this and do a set prog=xx

EDIT   SYS1.CCSDZOS.PARMLIB(PROGL7) - 01.07Columns 1

00072 
** * Top of Data 
**
01 LNKLST DEFINE NAME(LNKLSTL2) COPYFROM(CURRENT)  
02 LNKLST DELETE NAME(LNKLSTL2)  
03DSNAME(SYS3.LRS.VPS.V1R80.LOAD)  
04 LNKLST ADD NAME(LNKLSTL2)  
05DSNAME(SYS3.LRS.VPS.V2R10.LOAD) VOLUME(LIB001)  
06 LNKLST ACTIVATE NAME(LNKLSTL2)  
**  Bottom of Data 



Michael Saraco
Systems Consultant
303-838-3374  x115
Cell 507-525-0530





==
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity
to which they are addressed. If you have received this email in error please 
notify the system manager. This message
contains confidential information and is intended only for the individual 
named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify the 
sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your system. 
If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this
information is strictly prohibited.

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


Re: Library won't add to LNKLST00

2010-07-01 Thread Michael Saraco
I just create a member like this and do a set prog=xx

EDIT   SYS1.CCSDZOS.PARMLIB(PROGL7) - 01.07Columns 1 
00072 
** * Top of Data 
**
01 LNKLST DEFINE NAME(LNKLSTL2) COPYFROM(CURRENT)  
02 LNKLST DELETE NAME(LNKLSTL2)  
03DSNAME(SYS3.LRS.VPS.V1R80.LOAD)  
04 LNKLST ADD NAME(LNKLSTL2)  
05DSNAME(SYS3.LRS.VPS.V2R10.LOAD) VOLUME(LIB001)  
06 LNKLST ACTIVATE NAME(LNKLSTL2)  
**  Bottom of Data 



Michael Saraco
Systems Consultant
303-838-3374  x115
Cell 507-525-0530



From:   "Ward, Mike S" 
To: IBM-MAIN@bama.ua.edu
Date:   07/01/2010 08:46 AM
Subject:    Library won't add to LNKLST00
Sent by:IBM Mainframe Discussion List 



Hello all, I was trying to add a library to lnklst00, but the system
would not allow me to do it. What's the use of having a command to let
you add libraries to lnklst when you can't? Will someone please help or
explain?

Thanks in advance.

SETPROG,LNKLST,ADD,NAME=LNKLST00,DSNAME=IGY.SIGYCOMP,ATBOTTOM,
IEF196I IEF237I 5503 ALLOCATED TO SYS9
IEF196I IEF285I   IGY.SIGYCOMP KEPT
IEF196I IEF285I   VOL SER NOS= ZBRES3.
CSV510I LNKLST SET LNKLST00 WAS NOT CHANGED. IT IS IN USE


==
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity
to which they are addressed. If you have received this email in error 
please notify the system manager. This message
contains confidential information and is intended only for the individual 
named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify the 
sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your 
system. If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any 
action in reliance on the contents of this
information is strictly prohibited.

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




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


Re: Library won't add to LNKLST00

2010-07-01 Thread Don Imbriale
You need to create a new linklist set (copied from LNKLST00), add the
library to that new set, then activate that new set.

- Don Imbriale

On Thu, Jul 1, 2010 at 9:33 AM, Ward, Mike S  wrote:

> Hello all, I was trying to add a library to lnklst00, but the system
> would not allow me to do it. What's the use of having a command to let
> you add libraries to lnklst when you can't? Will someone please help or
> explain?
>
> Thanks in advance.
>
> SETPROG,LNKLST,ADD,NAME=LNKLST00,DSNAME=IGY.SIGYCOMP,ATBOTTOM,
> IEF196I IEF237I 5503 ALLOCATED TO SYS9
> IEF196I IEF285I   IGY.SIGYCOMP KEPT
> IEF196I IEF285I   VOL SER NOS= ZBRES3.
> CSV510I LNKLST SET LNKLST00 WAS NOT CHANGED. IT IS IN USE
>
>
> ==
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity
> to which they are addressed. If you have received this email in error
> please notify the system manager. This message
> contains confidential information and is intended only for the individual
> named. If you are not the named addressee you
> should not disseminate, distribute or copy this e-mail. Please notify the
> sender immediately by e-mail if you
> have received this e-mail by mistake and delete this e-mail from your
> system. If you are not the intended recipient
> you are notified that disclosing, copying, distributing or taking any
> action in reliance on the contents of this
> information is strictly prohibited.
>
> --
> 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
>

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


Library won't add to LNKLST00

2010-07-01 Thread Ward, Mike S
Hello all, I was trying to add a library to lnklst00, but the system
would not allow me to do it. What's the use of having a command to let
you add libraries to lnklst when you can't? Will someone please help or
explain?

Thanks in advance.

SETPROG,LNKLST,ADD,NAME=LNKLST00,DSNAME=IGY.SIGYCOMP,ATBOTTOM,
IEF196I IEF237I 5503 ALLOCATED TO SYS9
IEF196I IEF285I   IGY.SIGYCOMP KEPT
IEF196I IEF285I   VOL SER NOS= ZBRES3.
CSV510I LNKLST SET LNKLST00 WAS NOT CHANGED. IT IS IN USE


==
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity
to which they are addressed. If you have received this email in error please 
notify the system manager. This message
contains confidential information and is intended only for the individual 
named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify the 
sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your system. 
If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this
information is strictly prohibited.

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