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 use of a TDQ, TSQ?
After execute the map, What will happen ? Give breif Description
Can you have CICS code in a copybook? If yes, what happens during compilation?
Name the command which is used to release a record on which exclusive control is gained?
How to get the sign-on user-id from an application program?
What is the command used to send a map to a terminal?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
How are screens created in cics
Kindly specify the pic clause for the hhmmss type of data fields?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
what are the thress bms options?
Mention the 5 fields available in the symbolic map for every ?NAMED? field in the DFHMDI macro? Give a brief description of these fields (Not exceeding a line).