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 |
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Can you explain multitasking and multithreading?
When you do a START, what will the value of EIBCALEN?
Explain processing program table(ppt)?
List out all the tables that are a part of cics ?
What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
Explain the difference between exec cics handle condtion and an exec cics ignore command?
How to define a vsam file in cics getting into cics to define a vsam file.
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
What are the two outputs created as a result of generation of a map?
Explain re-entrancy as applies to CICS.