Region parameter



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Region parameter

Postby pavanmf » Tue Jul 06, 2010 3:46 pm

why region parameter is multiple of 4 ?
why it is rounded to nearest 4 multiple?
pavanmf
 
Posts: 4
Joined: Tue Jul 06, 2010 3:26 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Region parameter

Postby steve-myers » Tue Jul 06, 2010 7:02 pm

Storage is assigned and protected in 4K units. In other words, 4K, 8K, 12K and so on. That's why the REGION value is rounded to a 4K multiples.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: Region parameter

Postby Anuj Dhawan » Tue Jul 06, 2010 9:39 pm

AFAIK, It's not a rule.
Anuj
Anuj Dhawan
 
Posts: 273
Joined: Mon Feb 25, 2008 3:53 am
Location: Mumbai, India
Has thanked: 6 times
Been thanked: 4 times

Re: Region parameter

Postby enrico-sorichetti » Tue Jul 06, 2010 9:42 pm

quoting from he JCL bible
valueK
Specifies the required storage in kilobytes (1 kilobyte = 1024 bytes). The value is 1 through 7 decimal numbers, from 1 through 2096128. Code a multiple of 4. For example, code REGION=68K. If the value you code is not a multiple of 4, the system will round it up to the next multiple of 4.
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Region parameter

Postby pavanmf » Wed Jul 07, 2010 3:45 pm

Thanks for your information......
pavanmf
 
Posts: 4
Joined: Tue Jul 06, 2010 3:26 pm
Has thanked: 0 time
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post