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

How many JOB statements can be coded in a single JCL?


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

New User


Joined: 02 Dec 2009
Posts: 2
Location: India

PostPosted: Wed Dec 02, 2009 4:05 pm
Reply with quote

At maximum, 255 job steps(EXEC) can be included in a single jcl. Similarly how many job(JOB) statements at max can be coded in a single JCL?
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Wed Dec 02, 2009 4:11 pm
Reply with quote

What do you think yourself?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Dec 02, 2009 4:14 pm
Reply with quote

a job contains many steps

a JCL is a confusing term

a dataset/member submitted thru...
1) the submit command
2) some dd with the SYSOUT=(<someclass>,INTRDR) construct

can contain as many jobs as You wish
( within the limits set by the jes* parametrization )
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Dec 02, 2009 5:13 pm
Reply with quote

What have you tried yourself and what part of the results is causing you concern
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Wed Dec 02, 2009 9:55 pm
Reply with quote

This is why experienced mainframe users don't use the term 'a JCL' -- it could be a file, it could be a job stream, it could be a job, it could mean batch or to some people it means SORT (only [deity of your choice] knows where that came from).

-- breaking a long standing tradition of not answering posts that use the term 'a JCL'
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Thu Dec 03, 2009 6:36 am
Reply with quote

A JCL could even be interpreted as a PDS member that contains more than 1 JOB statement.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Dec 03, 2009 10:40 am
Reply with quote

Sure Terry, but some people say it means 'Johnny Come Lately' .
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 Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts Convert single row multi cols to sing... DFSORT/ICETOOL 6
Search our Forums:

Back to Top