What is EXEC CICS RETRIEVE ?



What is EXEC CICS RETRIEVE ?..

Answer / vinod

RETRIEVE retrieves data stored by expired START commands.
It is the only method available for accessing such data.

A task that is not associated with a terminal can access
only the single data record associated with the original
START command; it does so by issuing a RETRIEVE command.

The following example shows how to retrieve data stored by
a START command for the task, and store it in the user-
supplied data area called DATAFLD.

EXEC CICS RETRIEVE
INTO(DATAFLD)
LENGTH(LENG)
END-EXEC

Is This Answer Correct ?    19 Yes 2 No

Post New Answer

More CICS Interview Questions

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

3 Answers  


which transient data queue support ati?

0 Answers   IBM,


Name the two types of transient data queues?

0 Answers  


Explain the difference between a package and a plan.

0 Answers  


Can you issue SQL COMMIT from a CICS program?

2 Answers   IBM,






what are the differences between and exec cics xctl and an exec cics link command?

0 Answers   IBM,


how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________

1 Answers   L&T, TCS, Wipro,


Have you entered any program names in PPT or PCT? If so How?

2 Answers   IBM,


What is the command used for receiving a map from a terminal?

1 Answers  


What does it mean when EIBCALEN is equal to zeros?

6 Answers   ADP, IBM, L&T, Satyam, TATA,


What are the two outputs created as a result of generation of a map?

2 Answers   IBM,


Explain what is the massinsert option?

0 Answers  


Categories