link,xctl,return

Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer
ravi30
Posts: 11
Joined: Wed Dec 19, 2007 3:42 pm
Skillset: vs cobol ii,jcl,cics,db2,vsam,
Referer: by browsing

link,xctl,return

Postby ravi30 » Thu Jan 10, 2008 8:39 am

what is effect of passing data through commarea in each of the commands link,xct and return.
wen is tat a copy of commarea is created and wen not. Also pls brief me about using transid under tese commands! I have gone through the manuals but seems quite confusing!

Pls detail me!

progressabhi1
Posts: 17
Joined: Tue Apr 01, 2008 6:07 pm
Skillset: cobol,cics,db2,mq series,jcl,vsam
Referer: friends

Re: link,xctl,return

Postby progressabhi1 » Mon Apr 28, 2008 2:28 pm

The COMMAREA parameter is used with RETURN,LINK and XCTL.
With RETURN it is used by a following task;with LINK it is used by
the linked-to and the linking program;with XCTL it is used by the invoked
program(i.e. 2nd program)