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

Query on the REGION size parameter -- URGENT!


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

New User


Joined: 27 Jul 2008
Posts: 5
Location: Mumbai

PostPosted: Wed Feb 03, 2010 1:47 pm
Reply with quote

Hi All,

I have a JCL as shown below.

//EFBTH JOB (10403),'RATAR JOB',MSGLEVEL=(1,1),MSGCLASS=H,
// REGION=0M,CLASS=P,NOTIFY=&SYSUID,
//S1 EXEC PGM=PROG1,REGION=20K
//DD1 DD DSNAME=A.B.C,DISP=OLD
//S2 EXEC PGM=PROG2,
//DD2 DD DSNAME=MYDS2,DISP=OLD

Query 1 : Please advise, in case the REGION=0M set in the job card is over ridden by the REGION=20K in the step1(S1) and the same REGION=20K is used in all subsequent steps?

Query 2 : Is there any chance that the Job class(CLASS=P) has a limitation set on the memory allocation?

Thanks in advance

Regards
Siva
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Wed Feb 03, 2010 2:11 pm
Reply with quote

Hi,

query1 - A REGION= value on the JOB statement will override any REGION= specified on an EXEC statement in the job

A value of 0K or 0M will allow the program to request the largest available region size, however this specification should be used with caution. Check the OS/390 Initialization and Tuning Guide


Gerry
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 03, 2010 2:28 pm
Reply with quote

Quote:
Query 2 : Is there any chance that the Job class(CLASS=P) has a limitation set on the memory allocation?

classes and their properties are installation dependent, so we have noo way of knowing about them,
ask Your support
Back to top
View user's profile Send private message
Siva219734

New User


Joined: 27 Jul 2008
Posts: 5
Location: Mumbai

PostPosted: Wed Feb 03, 2010 2:30 pm
Reply with quote

HI Gerry,

Thanks for your reply and suggestion.

It is helpful.

-Siva
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 03, 2010 2:32 pm
Reply with quote

Quote:
Query 1 : Please advise, in case the REGION=0M set in the job card is over ridden by the REGION=20K in the step1(S1) and the same REGION=20K is used in all subsequent steps?


the same info could have been easily found in the jcl manuals
( guide and reference ) link at the top of the page


and since You claimed urgency, faster than a forum reply
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 RC query -Time column CA Products 3
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top