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

Write a batch job containing more than 255 steps


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

New User


Joined: 02 Jun 2005
Posts: 12

PostPosted: Thu Jun 02, 2005 3:57 pm
Reply with quote

A batch job can contain 255 steps. How can I write and run a job which contain more than 255 steps.
Back to top
View user's profile Send private message
yogesh

New User


Joined: 27 May 2005
Posts: 21

PostPosted: Thu Jun 02, 2005 4:44 pm
Reply with quote

well i m not very sure abt it , but may be we can do that by calling a procedure
Back to top
View user's profile Send private message
shannu

New User


Joined: 01 Jun 2005
Posts: 17
Location: bangalore

PostPosted: Thu Jun 02, 2005 4:55 pm
Reply with quote

Hi Subash,

You can't code more than 255 steps in one job.

If u have more than 255 steps then u can go for new job in same member.

have u got a request like that?

does it answered your query?

thanks,
shannu.
Back to top
View user's profile Send private message
subhash gowda
Warnings : 1

New User


Joined: 02 Jun 2005
Posts: 12

PostPosted: Fri Jun 03, 2005 11:41 am
Reply with quote

hi shannu

once again its become 2 jobs, but i want more than 255 steps in one job,can u tell me
Back to top
View user's profile Send private message
shannu

New User


Joined: 01 Jun 2005
Posts: 17
Location: bangalore

PostPosted: Fri Jun 03, 2005 12:23 pm
Reply with quote

Subash,

It is not possible.

Let me know if u find solution for your query by any alternate approach.
Back to top
View user's profile Send private message
jkbytes

Active User


Joined: 19 Feb 2005
Posts: 139
Location: South Africa

PostPosted: Fri Jun 03, 2005 12:42 pm
Reply with quote

Hi subhash,

you can't code more than 255 steps in a single job, which includes the procedure's step as well, and if you want it to acheive the same, like shannu told you have to do it as seperate jobs in a member.

I guess there is no other go.
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 Write line by line from two files DFSORT/ICETOOL 7
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts CA7 deleting files in steps after job... CA Products 4
Search our Forums:

Back to Top