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

Trying to overide a step.ddname of proc, without having it


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

Active User


Joined: 02 Jul 2005
Posts: 124
Location: Gurgaon

PostPosted: Mon Feb 13, 2006 9:28 am
Reply with quote

Hi, in my job, I have coded, a proc called BFQSED, in this proc we have many exec statements. In one of the exec statement called BF094,I am overriding the dd statement called ABNDOVRD. for that purpose, I am giving in my jcl as BF094.ABNDOVRD DD DSN=X.Y.Z,, But in the BFQSED proc of the step BF094, there is no ddname with ABNDOVRD. Is it possible to override in the proc with out having the actual ddname in the step of the proc?

Thanks!
RAt.
Back to top
View user's profile Send private message
senthils

Active User


Joined: 15 Nov 2005
Posts: 117
Location: Chennai, India

PostPosted: Mon Feb 13, 2006 3:41 pm
Reply with quote

Yes you definitely can do it crrindia.
Back to top
View user's profile Send private message
parsesource

New User


Joined: 06 Feb 2006
Posts: 97

PostPosted: Wed Feb 15, 2006 4:40 am
Reply with quote

if dd-statment not there => add
if there => override

try it, run your job with typrun=scan
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 Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts Forcing a step to run (even if abended) JCL & VSAM 8
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
Search our Forums:

Back to Top