Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .

5 Answers   Attra Infotech,


What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,


Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?

0 Answers  


What is the common systems area (CSA)?

0 Answers   IBM,


explain abt types of maps? and explain

1 Answers  


Explain the mdt in cics?

0 Answers  


Name the command which is used to release a record on which exclusive control is gained?

0 Answers  


Explain how many exceptional condition can be given in a handle condition?

0 Answers  


Can we define an alternate index on VSAM/RRDS ?

2 Answers   IBM,


Can you explain cics translator?

0 Answers  


Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?

0 Answers  


Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)

2 Answers   IBM,


Categories