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



I have to run a select query on DB2 table and show its data on CICS map. Please tell me...

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

I have to run a select query on DB2 table and show its data on CICS map. Please tell me...

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

Post New Answer

More CICS Interview Questions

For a CICS-DB2 program, how is the plan referenced?

2 Answers   IBM, ITC Infotech,


What is a cics task?

0 Answers  


Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)

2 Answers   IBM,


What are the common tables in cics and their usage?

0 Answers  


How can you accomplish breakpoint in intertest?

2 Answers   IBM,






In which CICS table would you specify the length of the TASK WORK AREA (TWA)?

3 Answers   IBM, TCS,


What is the meaning and use of the EIBAID field?

4 Answers  


What is the difference between a PF key & a PA key ?

4 Answers   IBM,


What tables must be updated when adding a new transaction and program?

2 Answers  


Explain how do you access the records randomly in tsq?

0 Answers  


Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?

2 Answers   Accenture,


How can we initiate a transaction from batch?

6 Answers   Merrill Lynch,


Categories