I have to run a select query on DB2 table and show its data
on CICS map. Please tell me.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / harsha
Store the results in an HOST variable.
Exec-CICS
Send Text
From (Host Variable)
Length()
End-Exec.
| Is This Answer Correct ? | 1 Yes | 0 No |
What do you mean by CEMT?
What does the following transactions do?
Can you explain dfhmdf bms macro?
What is program reentrance?
How to get the cursor position when we receive a map?
What is a logical message in CICS?
Name some of the common tables in CICS and their usage.
what are transient data sets defined to cics?
What is interval control?
Name at least one of the ways by which a transaction can be terminated?
What is frset?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM