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 |
What is the CICS supplied transaction which performs syntax checking of a CICS command?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
How do you make your BMS maps case sensitive?
Can a tsq of one particular transaction be accessed from an alternate transaction?
After execute the map, What will happen ? Give breif Description
What is non-conventional programs?
Mention the option (along with argument type) used in a CICS command to retrieve the response code
What do the keywords MAPONLY and DATAONLY mean?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
Give the definition of COMMAREA ?
How do you invoke other programs? What are the pros and cons of each method?
what is an MDT in cics