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

want to execute only 3.6,9 steps in a job


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
reddyhaki

New User


Joined: 21 Sep 2005
Posts: 1

PostPosted: Wed Sep 28, 2005 7:19 pm
Reply with quote

i want to execute only 3.6,9 steps in a job
how is possible
Back to top
View user's profile Send private message
michaelraj

New User


Joined: 01 Sep 2005
Posts: 43
Location: Bangalore

PostPosted: Thu Sep 29, 2005 5:28 pm
Reply with quote

Hi,

This type of execution of steps are already discussed in this forum, Please check that.

In JOb card write restart = step3, then the execution starts from step3,

then in step3, code COND = (16,gt,step6).

Similarly in step6 also code COND = (16,gt,step9).

I think I am clear.

Regards,
Mike.[/quote]
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


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

PostPosted: Sun Oct 02, 2005 3:22 pm
Reply with quote

Hi Mike....

Did you test what you have suggested here.....It'll lead to a JCL Error.

Referring step which is not executed yet, should not be possible.

reddyhaki....

Make a decent search in forum for your query....This is one of the most discussed topic here.....

Regards,

Priyesh.
Back to top
View user's profile Send private message
sagala_c

New User


Joined: 03 Oct 2005
Posts: 3

PostPosted: Mon Oct 03, 2005 12:05 pm
Reply with quote

I have a similar problem. I want to execute the steps from STEP05 till STEP10 in a proc. Without touching the proc, by giving some cond or using some utility in the JCL, can I do this?
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Mon Oct 03, 2005 2:04 pm
Reply with quote

Hi,

Quote:
want to execute the steps from STEP05 till STEP10 in a proc. Without touching the proc,


I guess without touching the proc it is not possible. You have to make same changes like add cond paramete or other.

Correct me if I am wrong.

Regards

Rupesh
Back to top
View user's profile Send private message
akkoor

New User


Joined: 08 Oct 2005
Posts: 9

PostPosted: Sat Oct 08, 2005 8:35 pm
Reply with quote

Actually u dont have to touch the proc just create the dummy job which points to the location of the proc
then give u r over rides LIKE
MSG=*,
THEN GIVE U R CONDITION CODES
COND.PS105=(0,NE)
and u r proc step wont execute

This helps when u dont wanna touch u r proc
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Fetch data from programs execute (dat... DB2 3
No new posts CA7 deleting files in steps after job... CA Products 4
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
No new posts Evaluate variable to execute a jcl step JCL & VSAM 3
Search our Forums:

Back to Top