How can we know that a trigger has been added on a PF? and
what is the purpose of adding a trigger?
Answers were Sorted based on User's Feedback
Answer / sujata
Do the DSPFD then you will get to see that triggers has been
added.
We add triggers to check particular action. e.g If you want
to add record then one program will keep watch that record
addition is tried and do the set of defined actions in the
trigger program.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / vj
Triggers are useful for
1. keeping audit trails
2. for detecting exceptional conditions
3. for maintaining relationships in the database.
| Is This Answer Correct ? | 1 Yes | 0 No |
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
how to see number of logical files depending on a pf?...can we declare more than 20 logical files from a single pf? is it possible
How to read a PF in reverse(from last rec to first) using CL?
How to know logical file belongs to which physical file without source?
If we use the file level keywords like LIFO, FIFO, FCFO in a file, can we see the impact of it by doing the run query of the file? if not how can we see the impact of these keywords.
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
What is FORMAT keyword and its use?
Can anybody tell why Journalling is compulsary before Commitment Control?
how can i know logical file belongs to which physical file without source?
what is open data path? and what is the diff b/w access path and open data path?
How we can't update join logical files?
how to know total no of records in pf with out using sql??????