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

How to submit 3rd Job In a Member if we code 5 jobs


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

New User


Joined: 07 Nov 2006
Posts: 2
Location: Hyderabad

PostPosted: Tue Nov 07, 2006 12:29 pm
Reply with quote

Hi All

In a Member if we code 5 jobs, then how to submit only the 3rd Job?

Thanks in Advance
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue Nov 07, 2006 2:34 pm
Reply with quote

Hi !

What do you mean with member? Is it a JobStream with 5 Steps or do you really mean a PDS-Member in wich you have coded 5 Jobs one after an other ?

Regards, UmeySan
Back to top
View user's profile Send private message
amu458

New User


Joined: 07 Nov 2006
Posts: 2
Location: Hyderabad

PostPosted: Thu Nov 09, 2006 12:36 pm
Reply with quote

I mean in a member i have 5 Jobs..and i want to submit only the 3rd Job.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Nov 09, 2006 4:26 pm
Reply with quote

You could:

1. Edit the member with ISPF EDIT. "Tag" the start and end of the 3rd job with tags like ".A" and ".B". Submit the 3rd job by entering the command "SUB .A .B".

2. Again, edit the member with ISPF EDIT. CUT the entire 3rd job. Enter the command EDIT XXXX to open a new member caled XXXX. PASTE the contents into member XXXX, and submit that member. CANCEL out of XXXX to return back to the original member.

3. Copy the contents of your member to a sequential dataset, then use IEBEDIT to select the 3rd job only.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
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
Search our Forums:

Back to Top