What is the difference between a package and a plan. How
does one bind 2 versions of a CICS
Answer / mani
a package is a collection of DBRMs and a plan is a colletion
of DBRMs and packages.
A plan is an executable module and a package is not.
Pakcage has to be bound to a plan for it to get executed.
Regarding the second part i.e binding two versions of cics
is not clear please elaborate on it.
| Is This Answer Correct ? | 2 Yes | 2 No |
How is Telon(CA-Telon) used to build map?
How to test CICS, MainFrame applications
What are the types of important programs that are used in the cics?
Name some commands used for CICS file browsing.
What is the use of DCT?
What is the other way of terminating a transaction?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
At which situation we need to use the push and pop conditions...pls tell me with exampls.