What is the difference between using the READ command with
INTO option and SET option?

Answers were Sorted based on User's Feedback



What is the difference between using the READ command with INTO option and SET option?..

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

What is the difference between using the READ command with INTO option and SET option?..

Answer / mandarpanse

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

Post New Answer

More CICS Interview Questions

What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?

1 Answers  


What do you mean by CEMT?

0 Answers  


How is addressability achieved to the data outside programs working-storage.?

3 Answers  


Is it possible start a transaction CICS from job Batch? How do it?

5 Answers   CSC,


Can we define an alternate index on VSAM/RRDS ?

2 Answers   IBM,


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?

0 Answers  


Define the term function request shipping?

0 Answers  


how can we display negative sign in a map?

2 Answers   TCS,


Specify the requirements for automatic task initiation?

0 Answers  


A CICS program ABENDS with an ASRA ABEND code. What is its meaning?

3 Answers   IBM,


Explain difference between call and link?

0 Answers  


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

2 Answers  


Categories