what is the purpose of using link ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
What tables must be updated when adding a new transaction and program?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What are the steps you go through to a create a BMS executable?
What is the difference between physical map and symbolic map?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
Explain cebr transaction commands?
Explain the logical message in cics?
how to get 'time stamp' in cics prgms ,what is the syntax.
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
What is the function of DFHMDF BMS macro?
Explain the difference between physical map and symbolic map?