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 .
Answer Posted / kumar
linking of two maps is nothing but transfering of control.
And this can be achieved by using LINK,XCTL commands.
Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
Explain the significance of rdo?
Can you define mapset?
Define the term mro (multi region operation)?
Define cedf?
What is the cics command level?
What are the classifications of the cics program?
What is meant by a ‘Transid’ ?
Name the two types of transient data queues?
Explain cemt transaction commands?
How to dsect parameter is used in bms?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Define the term transaction routing?
what are the commands used to gain exclusive control over a resource?
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??
In a particular cics program, what is the procedure to allocate dynamic memory?