IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

IMSPLEX parameter in DBRC procedure


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Fabiana Bordacchini

New User


Joined: 07 Jan 2008
Posts: 3
Location: Roma

PostPosted: Fri Jul 16, 2010 1:38 pm
Reply with quote

Hi,
I would like to activate the ALRN. I've tried to add the IMSPLEX parameter in DBRC procedure

//IEFPROC EXEC PGM=DFSMVRC0,REGION=&RGN,
// DPRTY=&DPTY,PARM=’DRC,&IMSID’,IMSPLEX=PLEXW

but I got the following message

UNIDENTIFIED KEYWORD IMSPLEX

I've also tried to use the syntax

//PROC RGN=64M,DPTY=’(14,15)’,SOUT=A,
// IMSID=SYS3,SYS2=,IMSPLEX=PLEXW
//IEFPROC EXEC PGM=DFSMVRC0,REGION=&RGN,
// DPRTY=&DPTY,PARM=’DRC,&IMSID,&IMSPLEX’

in this way the DBRC start but no plex name is added to recon and the DBRC is not seen as plex member.

can you help me? which is the correct way to user IMSPLEX parameter in DBRC procedure?
IMS is version 9

Best regards
Fabiana
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri Jul 16, 2010 1:53 pm
Reply with quote

try :

Code:

//IEFPROC EXEC PGM=DFSMVRC0,REGION=&RGN,
//            DPRTY=&DPTY,PARM='DRC,&IMSID,IMSPLEX=&IMSPLEX'
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
No new posts Writing the output file name from a p... JCL & VSAM 7
No new posts Invoke stored procedure via batch JCL. DB2 2
Search our Forums:

Back to Top