what is the difference between adding keys & constraints
into a phisical file

Answers were Sorted based on User's Feedback



what is the difference between adding keys & constraints into a phisical file..

Answer / jherie

A key field defines the order in which the records of a PF
member will be sorted (ascending or descending).

On the other hand, constraints, such as UNIQUE, defines
which key field values or records are valid/allowable to be
written into a file. UNIQUE prevents a record with
duplicate key field values to be written into a PF.

Is This Answer Correct ?    25 Yes 0 No

what is the difference between adding keys & constraints into a phisical file..

Answer / sweety joy

during the time of compilation of a file , constrains are
being removed, from the file .but at the time of
compliation keys are not removed in case from pf.

constraints has no affects on members of a pf but keys has
affect on members of pf

Is This Answer Correct ?    2 Yes 2 No

what is the difference between adding keys & constraints into a phisical file..

Answer / kkcode400

ADDING KEY FIELDS TO FILE IT DOES NOT CHECK THE EXISTING
DATA.

BUT CONSTRAINS CHECK THE EXISTING DATA BEFORE ADDING IT.
IF ANY DUPLICATE KEY VALUES ARE THERE OPERATION FAILURE.

Is This Answer Correct ?    1 Yes 1 No

what is the difference between adding keys & constraints into a phisical file..

Answer / kolla ravi

Primary Key - Unique Key - Key are all possible with DDS.
Either a primary or a Unique key as required can be setup
with UNIQUE keyword at file level in DDS.These keys Do not
allow any two records with same keys.
When UNIQUE is not used then FIFO or LIFO may be used. When
nothing is specified it is understood to be FIFO.
All these need Key fields to be specified.

And in addition to this whether primary/unique or just a
key, a key field dictates the order of retrieval of records
when programs read the files.
All these what we spoke above is done through DDS. That
is : all these stay right within the object.

On the other hand it is possible to setup Constraints
externally. These being Primary/Unique/Referetinal/Check.
Once these are defined they can be controlled Externally by
enabling, Disabling or removing them on the files for which
they are defined.In this context it is worth while
understanding various states of constraints and Upd/delete
rules in this context.

Is This Answer Correct ?    0 Yes 1 No

what is the difference between adding keys & constraints into a phisical file..

Answer / praseetha sandeep

when we add keys in a pf it has effect only in that
particular field of pf but when we add constrains to a pf it
has an effect to entire pf

Is This Answer Correct ?    3 Yes 5 No

what is the difference between adding keys & constraints into a phisical file..

Answer / suju

constraint wl effect the particular field,key wl effect the
whole pf.

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More DB400 Interview Questions

how to add a new field to a file without compiling it?

1 Answers  


What is the interactive job? What is the batch job?

0 Answers  


There are six records in a file and we are going to update that records and used commit operation when it complete the update but suppose when it updating the third record,a error occured and operation failed.Is previously two records will be update or whole operation will be rollback? Please confirm it.

2 Answers  


How to change the batch job to interactive job?

0 Answers  


what is general and type of general

1 Answers   Active Brains,


Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?

0 Answers  


I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?

9 Answers   Mind Tree, TCS,


How to read a pf in reverse(from last record to first) using cl?

0 Answers  


how to know total no of records in pf with out using sql??????

3 Answers  


what is multiple member pf

1 Answers   Active Brains,


Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?

0 Answers  


Maximum how many fields we can create under a record format of PF?

5 Answers  


Categories