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...


Mention the option used in the CICS READ command to gain
accessibility directly to the file I/O area.

Answers were Sorted based on User's Feedback



Mention the option used in the CICS READ command to gain accessibility directly to the file I/O ar..

Answer / rijith.k

SET ADDRESS is the option.. correct me if i am wrong

Is This Answer Correct ?    6 Yes 0 No

Mention the option used in the CICS READ command to gain accessibility directly to the file I/O ar..

Answer / nabarun

To gain control directly to the file I/O area we can
declare declare an area in the linkage section as bellow:

eg:
....
LINKAGE SECTION
01 LK-FILE-IOAREA.
02 LK-REC.
03 LK-REC-NAME PIC X(10).
03 LK-REC-ID PIC 9(3).
........
........
PROCEDURE DIVISION.
......
.......
EXEC CICS READ
DATASET('DATASET.TOBE.READ')
SET(ADDRESS OF LK-FILE-IOAREA)
RIDFLD(KEYS)
LENGTH(LEN)
END-EXEC.
......
......

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More CICS Interview Questions

Is length = 0 sufficient to ascertain that the field has been modified?

0 Answers  


Into what fields will the date and time values be moved after execution of the above command?

1 Answers   IBM,


What is the difference between physical map and symbolic map?

3 Answers   IBM,


What is the command that is used to delay the processing of a task for a specified time interval

1 Answers  


How is the storage determined in the symbolic map, if you have multiple maps?

2 Answers   IBM, Wipro,


Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen

3 Answers  


Define floating maps with illustration?

0 Answers  


What will happen if the TDQ that you want to delete is not in the DCT?

2 Answers  


Can you simply check if length = 0 for checking if a field was modified?

3 Answers   IBM,


What is the primary objective of CICS ?

1 Answers   IBM,


What are extra partition & intra partition TDQs?

2 Answers   IBM,


what is the difference between task and transaction in cics?

5 Answers  


Categories