MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

LNKLST

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
bay hoe san
Beginner


Joined: 12 Dec 2006
Posts: 16
Topics: 9

PostPosted: Sun Sep 02, 2007 8:24 pm    Post subject: LNKLST Reply with quote

Hello,

( 1) I have 2 LPARs in a sysplex environment naming CPUB and CPUB1.
I tried to add a new dataset MQS.V600.SCSQAUTH to the linklist of CPUB1 but just couldn't. I tried using "Set Prog=88" after creating a new member PROG88 in SYS1.PARMLIB with addition of the new dataset, tried using the command "setprog lnklist, DELETE, name=lnklst00, dsname=MQS.V531.SCSQAUTH" and also tried "setprog lnklist, ADD, name=lnklst00,dsname=MQS.V600.SCSQAUTH". All these encountered error.
( 2) My query for your advice: how to remove V531 from the linklist and add V600 to the linklist without IPL?
Thanks.

.Hoe San.
Back to top
View user's profile Send private message
nevilh
Beginner


Joined: 11 Aug 2004
Posts: 115
Topics: 0

PostPosted: Mon Sep 03, 2007 7:06 am    Post subject: Reply with quote

create new Prog member with following contents
Code:

LNKLST DEFINE   NAME(LNKLSTxx)     
       COPYFROM(CURRENT)           
LNKLST ADD      NAME(LNKLSTxx)     
       DSNAME(mqs.v600.scsqauth)       
       AFTER(mqs.v531.scsqauth)
LNKLST delete   NAME(LNKLSTxx)     
       DSNAME(mqs.v531.scsqauth)         
LNKLST ACTIVATE NAME(LNKLSTxx)     
LNKLST UPDATE JOB(*)   

After creating the prog member issue set command to activate it
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group