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 are the various types of accesses that can be allowed
by the SERVREQ option of the DFHFCT?



What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?..

Answer / rao

Code this to define the types of service request that can
be processed against the file. The parameters that can be
included are as follows:
ADD
Records can be added to the file.
BROWSE
Records may be sequentially retrieved from the file.
KEY
Records can be retrieved from or added to the file. This
parameter is mandatory if the data set referenced by the
file is a keyed BDAM data set. It must not be coded for
other files.
NOEXCTL
Records are not to be placed under exclusive control when a
read for update is requested.
If you do not specify NOEXCTL, BDAM exclusive control is
provided by default. This provides integrity in the system.
For BDAM, you may specify LOG=YES with SERVREQ=NOEXCTL.
This requests only a CICS enqueue and suppress the BDAM
exclusive control, thus providing CICS integrity for the
update only until a syncpoint.

Note: The CICS enqueue is at the record level within the
CICS region, and lasts until a syncpoint, whereas the BDAM
exclusive control operates on a physical block, is system-
wide, and lasts only until the update is complete.
READ
Records in this file can be read. READ is assumed, if you
specify BROWSE or UPDATE.
UPDATE
Records in this file can be changed

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More CICS Interview Questions

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,


Db2 what is 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 cicsregions that share the same db2 subsystem?

0 Answers  


What RCT Entries will you make for a CICS DB2 program??

1 Answers   Accenture,


What is the primary aspect of CICS?

0 Answers  


Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?

1 Answers  


What are some of the cics commands associated with interval control?

0 Answers  


What is the pic clause for the hhmmss type of data fields?

0 Answers  


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

1 Answers  


What command do you issue to delete a record in a transient data queue ?

1 Answers   IBM,


How to get the sign-on user-id from an application program?

1 Answers  


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

1 Answers   IBM,


How to define a vsam file in cics getting into cics to define a vsam file.

0 Answers  


Categories