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
Highlight the difference between a symbolic map and physical map?
Can you explain enq and deq used in cics?
Name some translator and compile options and explain their meaning?
Can you explain cics translator?
Define ceci?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
What is the cics command level?
What is non-conventional programs?
What is the primary aspect of CICS?
What is the procedure to solve an ASRA ABEND?
Can ESDS files be accessed from CICS?
Define an asra?
Explain cemt transaction commands?
What is the meaning of the enq command?
How to define a vsam file in cics getting into cics to define a vsam file.