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!
link,xctl,return
-
- Posts: 17
- Joined: Tue Apr 01, 2008 6:07 pm
- Skillset: cobol,cics,db2,mq series,jcl,vsam
- Referer: friends
Re: link,xctl,return
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)
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)