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

Reg : Job Step executing


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

New User


Joined: 09 Jan 2006
Posts: 11

PostPosted: Tue Jan 17, 2006 5:03 pm
Reply with quote

HI All,

Tell me the solution for executing the following job .

//jobname JOB
//STEP1
//STEP2
//STEP3

IF I RUN THIS JOB I WANT TO EXECUTE STEP3 ONLY.I DONT WANT TO EXECUTE STEP1 AND STEP2.WITH OUT EXECUTING STEP1&2 IS THERE ANY WAY?

PLS TELL ME THE SOLUTION.

THANKS
SURESH
Back to top
View user's profile Send private message
ark.1208

New User


Joined: 17 Jan 2006
Posts: 1
Location: chennai

PostPosted: Tue Jan 17, 2006 5:27 pm
Reply with quote

Use Restart parameter in jobcard.
//jobname job (job card details)
// Restart=step3
Back to top
View user's profile Send private message
rksuresh

New User


Joined: 09 Jan 2006
Posts: 11

PostPosted: Tue Jan 17, 2006 10:51 pm
Reply with quote

HI All,

Tell me the solution for executing the following job .

//jobname JOB
//STEP1
//STEP2
//STEP3

IF I RUN THIS JOB I WANT TO EXECUTE STEP3 ONLY.I DONT WANT TO EXECUTE STEP1 AND STEP2.WITH OUT EXECUTING STEP1&2 AND I DONT WANT TO USE RESTART PARAMETER IN THE JOBCARD. IS THERE ANY WAY?

PLS TELL ME THE SOLUTION.

THANKS
SURESH
Back to top
View user's profile Send private message
MGIndaco

Active User


Joined: 10 Mar 2005
Posts: 432
Location: Milan, Italy

PostPosted: Wed Jan 18, 2006 12:22 am
Reply with quote

Hi Suresh, to execute particular step only you have three solutions:
1) Use RESTART in jobcard(exec all the step after the restarted 1 or +)
2) Use COND in jobcard
3) Use another job that exec IEBEDIT.
For each solution there are many sample in this forum.
Have an happy read and tell us you doubt.
We will happy to give you further detail.

I hope in this.
Back to top
View user's profile Send private message
pa1chandak
Currently Banned

New User


Joined: 31 Jan 2006
Posts: 55

PostPosted: Thu Feb 02, 2006 9:57 am
Reply with quote

YOU CAN GIVE RESTART=STEP3,COND=(0,LE) IN JOB CARD

IT WILL ONLY EXECUTE STEP3

IF I AM WRONG SOMEWHERE PLEASE CORRECT ME

THANK YOU

DO SEND ME THE REPLY

PAWAN

09822546416

// THE ONE I LOVE , I SHALL NEVER BLAME //
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 executing XCTL command in COBOL witho... CICS 10
No new posts Forcing a step to run (even if abended) JCL & VSAM 8
Search our Forums:

Back to Top