What are the various types of accesses that can be allowed
by the SERVREQ option of the DFHFCT?
Answer Posted / 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 View All Answers
How to dsect parameter is used in bms?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What are the common tables in cics and their usage?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
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.
Can you define ppt and what are its uses?
What are the uses of ppt in cics?
What does the 'ceci:cics' transactions do?
Kindly specify the pic clause for the any bll cell type of data fields?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Sync points cannot be requested by the application programs? State true or false
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
How to establish dynamic cursor position on a map?
define the field with ic in the bms map.
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 cics regions that share the same db2 subsystem?