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

to override proc step by dummy in JCL


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

New User


Joined: 25 May 2010
Posts: 2
Location: Chennai

PostPosted: Fri Jul 16, 2010 2:58 pm
Reply with quote

Please some one help me in the below scenario.
I want to override proc step by dummying out the in jcl.

This is the PROC
//PS050 EXEC PGM=IEBGENER **EMAIL REPORTS**
//*
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD DUMMY
//*
//SYSUT1 DD DSN=&SEQNOD..&PID.UF.EMAILHD1.jobname,
// DISP=(SHR,KEEP,KEEP)
// DD DSN=&SEQNOD..&PID.PD.TGN350U.RPTS,
// DISP=(SHR,DELETE,CATLG)
// DD DSN=&SEQNOD..&PID.UF.EMAILTRL.jobname,
// DISP=(SHR,KEEP,KEEP)
//*
//SYSUT2 DD SYSOUT=A,DEST=(NETISMT)

I want to override this in jcl
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Jul 16, 2010 3:03 pm
Reply with quote

Have you read the JCL manuals to find out how to apply overrides to PROCs
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jul 16, 2010 7:22 pm
Reply with quote

Hello,

Quote:
I want to override this in jcl
Precisely what is this. . . icon_confused.gif

As Expat mentioned, you shoud review the JCL manual for overrides. Fortunately, we have a link at the top of the page to "IBM Manuals" among which is the JCL Language Reference.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Sat Jul 17, 2010 1:44 am
Reply with quote

If you want to "dummy" the entire step, you might consider overriding a condition code check for the step that would always be true so the step is bypassed.

COND.PS050=(0,LE),
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