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

3 steps in program i want to start particular step only


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

New User


Joined: 23 Jun 2005
Posts: 22

PostPosted: Fri Mar 17, 2006 9:24 pm
Reply with quote

hi i have 3 steps in program i want to start particular step only how it is posssible ( i wnat to execute step 2 only ) hepl me out
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Fri Mar 17, 2006 10:13 pm
Reply with quote

Quote:
hi i have 3 steps in program i want to start particular step only how it is posssible ( i wnat to execute step 2 only ) hepl me out

Was that meant for a JCL or if you were really asking about a COBOL Program, please elaborate with example what you want to do.

Regards,
Priyesh.
Back to top
View user's profile Send private message
thanooz

New User


Joined: 28 Jun 2005
Posts: 99

PostPosted: Fri Mar 17, 2006 10:14 pm
Reply with quote

hi kiran_polnati,

you can use restart command,
job statement

restart=stepname.


other wise you can use IEBEDIT,or condition parameter.


thank's
thanooz.
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 420
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Sat Mar 18, 2006 4:30 am
Reply with quote

asked and answered many times

search!
Back to top
View user's profile Send private message
prasanth_thavva

New User


Joined: 28 Jul 2005
Posts: 86
Location: Chennai

PostPosted: Sun Mar 19, 2006 2:36 pm
Reply with quote

hi ,
please clarify to this regard, how to check which utility present in our shop is there any method to find out the way....

i heard about IEBEDIT but i have't tried in my office, because i dont have rites to do any probabilities... please help me .

Thanks and Regards,
Venkata Prasanth
Infy,.if any thing wrong please let me know
Back to top
View user's profile Send private message
pspreddy

New User


Joined: 14 Mar 2006
Posts: 24
Location: Chicago

PostPosted: Tue Mar 21, 2006 10:00 am
Reply with quote

Hi Prasanth,

I tried to explain this in another thread. Below is the link to it. Please check my first point and the sample JCL's provided by others in that thread. Please go through the thread right from start. That will help you understand the solution better.

www.ibmmainframes.com/viewtopic.php?t=1253&start=15

You can say
//SYSIN DD *
EDIT START=Job(B),TYPE=INCLUDE,STEPNAME=your step
/*

Please let me know if it does not clear your doubt. May be we can take it offline instead of discussing the same in forum again.

Thanks
Sivaprasad
Back to top
View user's profile Send private message
cheryala

New User


Joined: 20 Mar 2006
Posts: 46

PostPosted: Tue Mar 21, 2006 6:05 pm
Reply with quote

Hi,
Code COND=(0,LE) on the job card and restart the job using RESTART= STEP02.

Thanks and Regards
RSC
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 Using API Gateway from CICS program CICS 0
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts How to append a PS file into multiple... JCL & VSAM 3
Search our Forums:

Back to Top