what is the purpose of using link ?

Answers were Sorted based on User's Feedback



what is the purpose of using link ? ..

Answer / santy

Hi Sushree,

You have made some mistake to write above answer.
correct answer is that,:-

Link is the used to link different CICS programs to each
other, in which one Higher level program gives the Control
to the other Lower level program and expected CONTROL to be
returned back to called program.

Hopes you got the mistake done from you.

Is This Answer Correct ?    26 Yes 0 No

what is the purpose of using link ? ..

Answer / shahul

using XCTL only control not expected back by the main
program..
but in LINK the control is expected back to the main program

Is This Answer Correct ?    8 Yes 0 No

what is the purpose of using link ? ..

Answer / sadaf rehan

yes link send the control to other application program at
lower logical level.
and the control is expected back to the main program...

Is This Answer Correct ?    7 Yes 0 No

what is the purpose of using link ? ..

Answer / sudhanshu

Link is used to link one cics program to other and expected
CONTROL to be returned back to calling program.

In link, if any changes is made to called program, only
called program or sub program will be compiled. main
program will not be compiled. main program will be link
edited at run time.

Is This Answer Correct ?    0 Yes 0 No

what is the purpose of using link ? ..

Answer / sushree

Link is used to link one CICS program to another which is
at a level belwo the called program. In other words , one
higher leveel program calling another lower level program,
but doesnot expect the command to be returned to the called
program.
We have to use return in that case.

Is This Answer Correct ?    7 Yes 20 No

Post New Answer

More CICS Interview Questions

What is the difference between getting the system time with EIBTIME and ASKTIME command?

2 Answers  


Tsqs can be written in the main storage or auxiliary storage? State true or false

1 Answers  


Explain how do you establish a starting position in a browse operation?

0 Answers  


What are the two outputs created as a result of generation of a map?

2 Answers   IBM,


List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?

1 Answers  






In a particular cics program, what is the procedure to allocate dynamic memory?

0 Answers  


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

3 Answers  


What is the function of the LOAD command?

1 Answers   IBM,


When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit

3 Answers  


What is the purpose of the Program List Table?

2 Answers   IBM,


Can QSAM files be accessed from CICS?

0 Answers  


Explain how to build up lu 6.2 communication?

0 Answers  


Categories