Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


whar is the difference bwn LINK() and XCTL()?

Answers were Sorted based on User's Feedback



whar is the difference bwn LINK() and XCTL()?..

Answer / tej

Correction for XCTL :

XCTL transfers control to a subprogram at the same logical
level(not higher level as mentioned in the above answer) and
it does not expect the control to return to the main program.

Is This Answer Correct ?    26 Yes 2 No

whar is the difference bwn LINK() and XCTL()?..

Answer / tony prabu

Actually in the above answer it's mentioned that for XCTL
the control never get back that's right but the control
goes to CICS itself

Is This Answer Correct ?    6 Yes 0 No

whar is the difference bwn LINK() and XCTL()?..

Answer / qasim@omtech

for XCTL ,
the control never get back that's right but the control
goes to CICS itself

This is an explanation to the above answer.

XCTL:-Copy of the data is passed to the called program. it
means data changed by called program will not reflect in
calling program.

Since it do not expect the control to return to calling
program, as soon as the calling program issues a XCTL
command, calling program will be released from memory and
called program will load into memory.

Link:-Data is passed to the called program. it means data
changed by called program will reflect in calling program.

It expect the control to return to calling program, called
program will not release from memory.

Is This Answer Correct ?    5 Yes 0 No

whar is the difference bwn LINK() and XCTL()?..

Answer / lu

Link is passing control to another program and it get back
after.
Ex:
program-A : a)Perform Link-program-B
b) move xx to yy.
After executing perform , it returns to b...

XCTL is passing control to another program, and it NEVER
get back.
program-A : a) Perform XCTL-program-B...



This is a basic rule when you write CICS pseudo-
conversational....

Is This Answer Correct ?    6 Yes 2 No

whar is the difference bwn LINK() and XCTL()?..

Answer / rajesh reddy

The link() command is used to pass ctrl from an application
progrm at one logical to another application at the next
lower logical level.The calling program expects control to
be returned.

The xctl() command is used to pass control from one
application to another application program at the same
logical level .The calling program does not expect contol
to be returned.

In both cases data can be passed through a special purpose
register COMMAREA.

Is This Answer Correct ?    2 Yes 0 No

whar is the difference bwn LINK() and XCTL()?..

Answer / harsha

This is in addition to the above answers.

XCTL:-Copy of the data is passed to the called program. it
means data changed by called program will not reflect in
calling program.

Since it do not expect the control to return to calling
program, as soon as the calling program issues a XCTL
command, calling program will be released from memory and
called program will load into memory.

Link:-Data is passed to the called program. it means data
changed by called program will reflect in calling program.

It expect the control to return to calling program, called
program will not release from memory.

Is This Answer Correct ?    2 Yes 0 No

whar is the difference bwn LINK() and XCTL()?..

Answer / g.kalyani

XCTL() is used to control the pass to the higher level
programand doesnt return back to the previous program.

LINK() is used to send the contol to lower level
programs .And it will returns to back to the program from
where it has come.

Is This Answer Correct ?    13 Yes 16 No

Post New Answer

More CICS Interview Questions

What is the name of the log which contains the information needed to restart the system, including the task

2 Answers  


Can you access QSAM (seq ) files from CICS ?

2 Answers   IBM,


Can you define bms?

0 Answers  


Explain the difference between using the read command with into option and set option?

0 Answers  


What is the term conversational programs means?

0 Answers  


What are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  


How to get the cursor position when we receive a map?

0 Answers  


Explain the use of DCT ?

0 Answers  


Sync points cannot be requested by the application programs (True or False).

1 Answers   IBM,


What is DFHAID? what is its use?

7 Answers  


At which situation we need to use the push and pop conditions...pls tell me with exampls.

2 Answers   Xansa,


how can you prevent more than one user from accessing the same transient data queue?

0 Answers   IBM,


Categories