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

IEBEDIT Help for copying the JOBS.


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

New User


Joined: 18 Mar 2007
Posts: 44
Location: New Jersey,USA

PostPosted: Wed Jun 03, 2009 3:29 pm
Reply with quote

Hi,

Iam trying to execute an IEBEDIT JCL on a JOB which is containing the PROC's and CTLCARDS. I want to skip the particular steps in this JCL .But when I execute this IEBEDIT jcl on the JOB which contains information like INCLUDE MEMBER=mem.name ... are not produced in the output.

I am skipping those steps in the JOB for testing puposes.

Sample JCL:
Code:

//job1000  JOB  NOTIFY=&SYSUID         
//PROCLIB  JCLLIB ORDER=(xxx.LIB.PRC)
//         INCLUDE MEMBER=MEMBER       
//MYPROC   EXEC PROC=MYPROC,HLQ7=A     
//MYPROC1  EXEC PROC=MYPROC,HLQ7=A     
//NOCOPY   EXEC PROC=MYPROC,HLQ7=A     
//MYPROC   EXEC PROC=MYPROC,HLQ7=A     
//NOCOPY2   EXEC PROC=MYPROC,HLQ7=A     


MY IEBEDIT STEP SYSIN card looks like this:

Code:

EDIT START=JOB1000,TYPE=EXCLUDE,STEPNAME=(NOCOPY,NOCOPY2)



MY Output I get in SPOOL for SYSUT2 :



Code:

//BVK1S11  JOB  NOTIFY=&SYSUID           
//PROCLIB  JCLLIB ORDER=(E4606.LIB.PRC) 
//MYPROC   EXEC PROC=MYPROC,HLQ7=A       
//MYPROC1  EXEC PROC=MYPROC,HLQ7=A       
//MYPROC   EXEC PROC=MYPROC,HLQ7=A       


It is not containing the member names.

I need all of your help on this and please do not ask me on the Buiness criteria and stuff like that......
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Wed Jun 03, 2009 3:43 pm
Reply with quote

What does it say in the manual about what IEBEDIT will and will not include/exclude ?
Back to top
View user's profile Send private message
VIGNRSH
Warnings : 1

New User


Joined: 18 Mar 2007
Posts: 44
Location: New Jersey,USA

PostPosted: Wed Jun 03, 2009 3:50 pm
Reply with quote

Is not those INCLUDE statements considered as JES2 or JES3 oncteol Statements:
From Manual:

You can edit and selectively copy an input job stream to an output data set using
IEBEDIT. The program can copy:
Ÿ An entire job or jobs, including JOB statements and any associated JOBLIB or
JOBCAT statements, and JES2 or JES3 control statements.
Ÿ Selected job steps, including the JOB statement, JES2 or JES3 control statements
following the JOB statement, and any associated JOBLIB or JOBCAT
statements.[/quote]
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Wed Jun 03, 2009 3:52 pm
Reply with quote

Anything regarding INCLUDE statements - which are resolved at interpretation time ?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Jun 03, 2009 4:11 pm
Reply with quote

Why not spend some time on IEBEDIT related threads on this very forum...
Back to top
View user's profile Send private message
VIGNRSH
Warnings : 1

New User


Joined: 18 Mar 2007
Posts: 44
Location: New Jersey,USA

PostPosted: Thu Jun 04, 2009 5:14 pm
Reply with quote

I could not find any answers to specific questions i have....I tried to serach our forum on IEBEDIT and got about 5 pages approx. But could trace what iam looking for!
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Jun 04, 2009 5:49 pm
Reply with quote

It does look as though the INCLUDE statements are not treated as valid to be included.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Jun 04, 2009 7:27 pm
Reply with quote

Check these links..

publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dgt1u104/CCONTENTS

A rather direct link..

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/dgt1u104/5.0?DT=19990113105507
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 Finding and researching jobs All Other Mainframe Topics 0
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts Ca7 long running jobs report All Other Mainframe Topics 1
Search our Forums:

Back to Top