Query regarding LINK in CICS programming



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

Query regarding LINK in CICS programming

Postby Viswanathchandru » Sat Apr 30, 2011 8:25 am

Hi folks,
I have a piece of code( COBOL CICS) which uses LINK. Say PGM1 is the main program which links to the program PGM2. PPT entry for PGM1 is defined. My doubt is:Is that mandatory that PGM2 should also have a PPT entry defined?
Thanks,
Viswa
Viswanathchandru
 
Posts: 271
Joined: Mon Oct 25, 2010 2:24 pm
Has thanked: 25 times
Been thanked: 0 time

Re: Query regarding LINK in CICS programming

Postby Robert Sample » Sat Apr 30, 2011 6:35 pm

I am always amazed at the number of people who post questions without bothering to look at the manuals. The CICS Application Programming Reference manual on the LINK command states
If the requested program is not defined to CICS, and AUTOINSTALL is active, CICS supplies a definition for the program. If this is a local definition, and the linked-to program is not already in main storage, CICS loads it.
So you could have gotten an answer from the manual in minutes rather than waiting all this time for a post! And if you're going to ask if AUTOINSTALL is in use at your site -- don't. Only someone AT YOUR SITE can answer that question, say, a site support person.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Query regarding LINK in CICS programming

Postby Viswanathchandru » Wed May 04, 2011 2:31 pm

Hi Robert,
Thanks a Lot for your time, support and for your valuable comments!!!!!!!!



Thanks,
Viswa
Viswanathchandru
 
Posts: 271
Joined: Mon Oct 25, 2010 2:24 pm
Has thanked: 25 times
Been thanked: 0 time


Return to CICS

 


  • Related topics
    Replies
    Views
    Last post