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

overriding cond parameter thru jcl


IBM Mainframe Forums -> JCL & VSAM
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
nallapureddy

New User


Joined: 27 Jul 2005
Posts: 18

PostPosted: Tue Feb 21, 2006 5:21 pm
Reply with quote

Hi,

How do I override COND parameter from jcl
I mean in the same way as we will be giving overrides for all DD parameters
Can some one tell me the sysntax to override an COND paramter for a particular step thru JCL(other than sysmbolics)

Thanks in advance
Madhavi
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Tue Feb 21, 2006 11:24 pm
Reply with quote

Madhavi,

The override for COND= is specified on the EXEC PROC card.

Code:

  //JS0100   EXEC PROCNAME,COND.STEPNAME=(0,EQ,PREVSTEP)


Check out the link below, Example 4 is what you want


COND= OVERRIDE
Back to top
View user's profile Send private message
kumaresh.M

New User


Joined: 17 Feb 2006
Posts: 64
Location: Bangalore

PostPosted: Wed Feb 22, 2006 11:09 am
Reply with quote

I think we can override only procedure,

exec procedurename.stepname = (modification)

using that we perform EXEC overriding in procedure

correction's welcome,


with regards,
kumaresh.M
Back to top
View user's profile Send private message
nallapureddy

New User


Joined: 27 Jul 2005
Posts: 18

PostPosted: Wed Feb 22, 2006 6:26 pm
Reply with quote

thanks for the info guys
Back to top
View user's profile Send private message
vishal_a

New User


Joined: 24 May 2005
Posts: 45
Location: Noida

PostPosted: Fri Feb 24, 2006 12:26 am
Reply with quote

Hi ,

I agree with David , we can override using cond.stepname in exec statements.

thanks
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
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
Search our Forums:

Back to Top