I have to run a select query on DB2 table and show its data
on CICS map. Please tell me.
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between using the read command with into option and set option?
What is the primary aspect of CICS?
What are the cics tables?
Explain the uses that are associated to tsq and tdq ?
Define exec cics retrieve?
What is the use of the program list table?
what are the commands used to gain exclusive control over a resource?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
How errors are handled in CICS programs?
What are the main uses of the transaction in the cics?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
If we say that bms length of field = 0, then what does that mean?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Can you explain communication area?