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 |
What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?
What do you mean by CEMT?
How is addressability achieved to the data outside programs working-storage.?
Is it possible start a transaction CICS from job Batch? How do it?
Can we define an alternate index on VSAM/RRDS ?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Define the term function request shipping?
how can we display negative sign in a map?
Specify the requirements for automatic task initiation?
A CICS program ABENDS with an ASRA ABEND code. What is its meaning?
Explain difference between call and link?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER