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 |
Into which table is the terminal id registered?
How to make protected field in BMS invisible through application program?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
What are the naming conventions for the Temporary Storage Queues?
What is non-conventional programs?
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
What command do you issue to delete a record in a transient data queue ?
The read of a record from an Intrapartition TDQ is not destructive(True or False).
What is data only and map only in cics
What is the name of the log which contains the information needed to restart the system, including the task
Difference between TSQ & TDQ
What are the databases that CICS can access?