if i am having a cics,vsam and db2 programs with each
functions and i want that each function on screen?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between the xctl and link commands?
how do you handle errors in cics programs?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
Explain the various ways data can be passed between CICS programs.
Explain the difference between start and xctl?
Is length = 0 sufficient to ascertain that the field has been modified?
Can you explain multitasking and multithreading?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
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??