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 |
Can a tsq of one particular transaction be accessed from an alternate transaction?
Can you explain common systems area?
how to get 'time stamp' in cics prgms ,what is the syntax.
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
How are VSAM files Read in CICS pgms?
Explain how many conditions can you include in a single handle condition command?
What is multitasking and multithreading?
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?
What is the size of commarea
What are the ways fot initiating a transaction?
Define temporary storage?
How many ways are there for initiating a transaction? what are they?