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

Explain the difference between link and xctl?

0 Answers  


Can you define multiple maps in a BMS mapset?

6 Answers   CTS,


Explain how many conditions can you include in a single handle condition command?

0 Answers  


Explain the difference between exec cics handle condtion and an exec cics ignore command?

0 Answers  


What are the main topics in CICS to prepare for interview purpose and for real time purpose?

2 Answers   iGate,






Can you use DYNAMIC calls in CICS ?

2 Answers   IBM,


How ENQ and DEQ used in CICS?

0 Answers  


What is meant by PPT and what are its uses?

0 Answers  


What is interval control and what are some of the CICS commands associated with it?

2 Answers   IBM,


Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?

3 Answers  


how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.

0 Answers   HP,


what are the differences between and exec cics xctl and exec cics start command?

0 Answers   IBM,


Categories