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

Overriding PARM from JCL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abin

Active User


Joined: 14 Aug 2006
Posts: 198

PostPosted: Fri Jul 18, 2008 2:54 pm
Reply with quote

Hi,

I got a PROC which contains an IMS step in production. The job which uses the PROC abended. I need to re-start the job from abended step. For that I need to change the step from
Code:

//AQMYUMK1 EXEC PGM=DFSRRC00,                                       
//     PARM=(BMP,LPMJACDP,LKNCURRT,,,N00000,,,,,,30,10,IMSM)   


to

Code:
//AQMYUMK1 EXEC PGM=DFSRRC00,                                       
//     PARM=(BMP,LPMJACDP,LKNCURRT,,,N00000,,,,LAST,,30,10,IMSM)


Is there any way I can do this by overriding from JCL.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Jul 18, 2008 3:05 pm
Reply with quote

Yes, I'm pretty sure that the override is:

//JOBSTEP EXEC PROCNAME,
// PARM.AQMYUMK1=(BMP,LPMJACDP,LKNCURRT,,,N00000,,,,LAST,,30,10,IMSM)
Back to top
View user's profile Send private message
abin

Active User


Joined: 14 Aug 2006
Posts: 198

PostPosted: Fri Jul 18, 2008 3:15 pm
Reply with quote

Thanks a lot. It works.... icon_biggrin.gif
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts JCL EXEC PARM data in C Java & MQSeries 2
No new posts Need to specify PARM='POSIX(ON) Java & MQSeries 4
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts Passing parm from JCL to Assembler, b... PL/I & Assembler 2
No new posts Using PARM=('JPn"&SYMBOL&quo... DFSORT/ICETOOL 2
Search our Forums:

Back to Top