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 |
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)
what is the use of tsq and tdq....at what situation we need to use this...pls tell me....
What does EIB mean?
How To Retrive The VSAM Datasets in CICS application programs?
which is the cics control program that provides communication services between user written application programs and terminals?
How do you use altindxs in batch, cics programs?
What is the difference between pct and fct?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is the CICS supplied transaction which performs syntax checking of a CICS command?
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
Explain the difference between pseudo-conversational and conversational?