Rent option in CICS



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

Rent option in CICS

Postby gauthamnagpur18 » Sun Mar 02, 2014 11:00 am

Hi,

Through CICS manual i came to know about rent option . It means each program has separate storage .

Recently we faced storage violation in production region. Cics team suggested that compiling the program with rent option will resolve the problem.

But IBM by default compiles the program with rent option.But cics team also asked me to compile the program with link-edit parm as RENT.

So I'm little bit confused now.

Compiling the program with link-edit parm as RENT has any significance ?

Thanks,
Gautham :roll:
gauthamnagpur18
 
Posts: 93
Joined: Sat Oct 23, 2010 1:28 pm
Location: Chennai, India
Has thanked: 3 times
Been thanked: 3 times

Re: Rent option in CICS

Postby enrico-sorichetti » Sun Mar 02, 2014 3:41 pm

now it is Your chance to suggest/explain something to Your ( some derogatory adjective ) cics team ;)

suggest) to read the manuals about storage violations ...

explain) ...

that storage violations are discovered when CICS does storage management functions

that many times the task abending for a storage violation might be the innocent victim,
somebody else stepped over it' s CICS managed dynamic working storage ( usually because an array/table went over the declared/expected size )
( in my experience it is not many ... it is most )

and that wrong compile/link parameters will cause abends/unexpected results,
but in NOO way a storage violation in the common cics sense
( which is head and tail storage accounting areas mismatch )

PS ...
if You did build Your program used the endorsed ( by Your cics team ) procedures and tools
THEY SHOULD FIX SUPPOSED BUILD ERRORS
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


Return to CICS

 


  • Related topics
    Replies
    Views
    Last post