What is the difference between link xctl?

Answers were Sorted based on User's Feedback



What is the difference between link xctl?..

Answer / santosh khot

Both are Tranfering control from one program to another
program where as link sends the control from one level to
another level and expect the control to be returned back
but XCTL does not expect the control should be returned
back.

Is This Answer Correct ?    56 Yes 5 No

What is the difference between link xctl?..

Answer / jkb

The LINK command calls the sub rogram at the next lowest
logical level. The main program remains in memory. The
XCTL command transfers control to the sub program at the
same logical level. The main program is released from
memory.

Is This Answer Correct ?    42 Yes 2 No

What is the difference between link xctl?..

Answer / cheran pogu

The LINK command is used to pass control from an
application program at one logical level to another
application at the next lower logical level. The calling
expects the control to be returned to it. the control is
returned at the next sentence when called program completes
execution.

The XCTL command is used to pass control from one
application program to another application program at the
same logical level.The calling program does not expect
control to be returned.Data can be passed to the program
less overhead,performance is relatively better in
comparison to the LINK command.XCTL does not establish
return mechanisam like link.

Is This Answer Correct ?    27 Yes 3 No

What is the difference between link xctl?..

Answer / j.tamilselvi

link is a perform and xctl is goto

Is This Answer Correct ?    27 Yes 8 No

What is the difference between link xctl?..

Answer / debashish bagg

If we XCTL to a program the calling program is removed from
main memory and called program is loaded on to the memory
while in LINK memory of the calling program is retained.
thus in a sence XCTL is pure Pseudoconversation while LINK
is a conversational program.

Is This Answer Correct ?    21 Yes 3 No

What is the difference between link xctl?..

Answer / kumar

Link transfers the control to the lower logical levels and
expects the control back.
Whereas XCTL transfers the control to same logical level
and never expects the control back.

Is This Answer Correct ?    18 Yes 1 No

What is the difference between link xctl?..

Answer / uma mahesh

XCTL doesn't returns the control to original position. LINK
returns the control to original postion. LINK is like
perform statement but it works from program to program.

Is This Answer Correct ?    17 Yes 3 No

What is the difference between link xctl?..

Answer / ra

Link Like cobol perform and Xctl transfer control to other
program

Is This Answer Correct ?    8 Yes 7 No

Post New Answer

More CICS Interview Questions

A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?

3 Answers  


Kindly specify the pic clause for the hhmmss type of data fields?

0 Answers  


are we use the group by clause in cursors?

3 Answers   Cap Gemini,


Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen

3 Answers  


What are the main topics in CICS to prepare for interview purpose and for real time purpose?

2 Answers   iGate,






Do you require a table entry for a TSQ?

2 Answers   IBM,


Which CICS system program is responsible for handling automatic task initialization?

2 Answers   IBM,


Receive consists of buffer option in it. What is the significance of this option?

0 Answers  


What are the types of performs in COBOL? How does perform thru work, give example.

2 Answers  


What is the abend command?

0 Answers  


What is CEBR?

3 Answers   IBM,


Mention the option used in a cics command to retrieve the response code after execution of the command?

0 Answers  


Categories