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

Can a tsq of one particular transaction be accessed from an alternate transaction?

1 Answers  


Can you explain common systems area?

0 Answers  


how to get 'time stamp' in cics prgms ,what is the syntax.

1 Answers  


List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?

1 Answers  


How are VSAM files Read in CICS pgms?

4 Answers   IBM,


Explain how many conditions can you include in a single handle condition command?

0 Answers  


What is multitasking and multithreading?

4 Answers   IBM,


Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?

1 Answers  


What is the size of commarea

5 Answers   IBM,


What are the ways fot initiating a transaction?

0 Answers  


Define temporary storage?

0 Answers  


How many ways are there for initiating a transaction? what are they?

3 Answers   IBM,


Categories