This is the steps to add and remove PDS/E from the LNKLST from an IBM document:
http://www-01.ibm.com/support/docview.wss?uid=isg3T1010789

To remove a PDSE in LNKLST:

SETPROG LNKLST,DEFINE,NAME=LNKLST2,COPYFROM=LNKLST1
SETPROG LNKLST,DELETE,NAME=LNKLST2,DSNAME=YOUR.LINKLIST.PDSE
SETPROG LNKLST,ACTIVATE,NAME=LNKLST2
SETPROG LNKLST,UPDATE,JOB=*
F LLA,REFRESH

To add it back, do the following:

SETPROG LNKLST,DEFINE,NAME=LNKLST3,COPYFROM=LNKLST2
SETPROG LNKLST,ADD,NAME=LNKLST3,DSNAME=YOUR.LINKLIST.PDSE
SETPROG LNKLST,ACTIVATE,NAME=LNKLST3
SETPROG LNKLST,UPDATE,JOB=*
F LLA,REFRESH

This would need to be done on all LPARs that share the link listed PDSE.

My question is would it be possible to activate LNKLST1 again instead of 
defining LNKLST3 ?

We are z/OS v2.2.

Thank You


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to