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 is Quasi-reentrancy?
Define cedf?
how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________
Explain what is the massinsert option?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
How to test CICS, MainFrame applications
Why do we need integrated cics translator?
what is amp?
List out all the tables that are a part of cics ?
What is the command used for receiving a map from a terminal?
What does EIB mean?
Explain the function of the load command?