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 / arun
we can establish a link between two maps in 3 ways .
LINK (control will be returned back to main program) and
XCTL (control wil not be returned back to main program).
But for the second one we have to give the return statement
with the main programs transaction-id. otherwise the control
wil not return back to the main map.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Explain how do you intitiate another transaction?
what is the differences between getting the system time with eibtime and asktime command?
what are the reserved words for cics?
Explain the maps in cics?
Explain the function of the cics translator?
Explain the difference between getting the system time with eibtime and asktime command?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Explain how many exceptional condition can be given in a handle condition?
What is mainframe cics?
what are the differences between and exec cics xctl and exec cics start command?
Explain how do you handle errors in cics programs?
cics command level is?
What is commarea (communications area)?
What is the common systems area?