What is the difference between using the READ command with
INTO option and SET option?
Answers were Sorted based on User's Feedback
Answer / aman khanna
Read Command -> Records are read into the existing Working Storage.
Set Command -> To access the data directly in Linkage Section with the help of pointer reference. The SET option has a parameter: ADDRESS OF 01-LEVEL OF Record layout in Linkage Section. With this address CICS acquires the storage.
Thanks !!
Aman
| Is This Answer Correct ? | 2 Yes | 0 No |
When READ is issued with INTO option, the copybook needs to
be mentioned as parameter to INTO option. whereas for SET
option, pointer name needs to be mentioned.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to dsect parameter is used in bms?
What is the difference between pct and fct?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
What is a resident program?
Explain how and where is the twa size set?
What is ENQ, DEQ ?
What is a mapset?
What is the syncpoint command?
What is dynamic transaction backout?
Give certain situations where NEWCOPY is obligatory?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What are different system tables used in CICS?