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

Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.

4 Answers  


Explain the primary significance of intra-partition and extra-partition tdqs ?

0 Answers  


Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)

2 Answers  


What is the difference between the XCTL and LINK commands?

1 Answers   IBM,


can anyone tell me about paginglogic in CICS,Please?

2 Answers   TCS,






What do you mean by CEMT?

0 Answers  


Explain the difference between dfhcommarea and tsq?

0 Answers  


In CICS, BMS what is the use of FREEKB parameter

2 Answers   IBM,


what are the commands used to gain exclusive control over a resource?

0 Answers   IBM,


What tables must be updated when adding a new transaction and program?

2 Answers  


Explain how to handle exceptional conditions in CICS.

1 Answers   IBM,


I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.

5 Answers   HSBC,


Categories