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

Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers  


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 is an MDT (Modified Data Tag) - it's meaning and use?

2 Answers   Polaris,


How do you set the MDT option to ?ON? status, even if data is not entered?

1 Answers  


I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  






Explain re-entrancy as applies to CICS.

1 Answers   IBM,


What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

1 Answers  


What is the function of the Terminal Control Table(TCT)?

1 Answers  


Explain the difference between and exec cics xctl and an exec cics link command?

0 Answers  


What does the 'cemt:cics' transactions do?

0 Answers  


What is the common systems area?

0 Answers  


What is the use of DCT?

2 Answers   IBM,


Categories