I have to run a select query on DB2 table and show its data
on CICS map. Please tell me.
Answer Posted / anu
select from the db2 table and move it into the working
storage variabele and from their move to map o-suffix field
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain how many exceptional condition can be given in a handle condition?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Define an aey9 abend?
Define cebr?
What is an mdt (modified data tag)?
list the sequence of steps used to achieve modiication in skip sequential mode?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What is the use of the program list table?
How errors are handled in CICS programs?
Give certain situations where NEWCOPY is obligatory?
Explain what is a cursor in cics sql processing?
Explain how many conditions can you include in a single handle condition command?
Name the cics command used to access current date and time?
How can you access esds files from cics?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?