Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Query on the REGION size parameter -- URGENT!

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
Siva219734

New User


Joined: 27 Jul 2008
Posts: 5
Location: Mumbai

PostPosted: Wed Feb 03, 2010 1:47 pm    Post subject: Query on the REGION size parameter -- URGENT!
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
References
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1198

PostPosted: Wed Feb 03, 2010 2:11 pm    Post subject:
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

Global Moderator


Joined: 14 Mar 2007
Posts: 5397
Location: italy

PostPosted: Wed Feb 03, 2010 2:28 pm    Post subject: Reply to: Query on the REGION size parameter -- URGENT!
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    Post subject:
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

Global Moderator


Joined: 14 Mar 2007
Posts: 5397
Location: italy

PostPosted: Wed Feb 03, 2010 2:32 pm    Post subject: Reply to: Query on the REGION size parameter -- URGENT!
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1