what is exception and how many types of exception
Answer / venkat
1. File exception
e.g. Undefined record type or a device error, Record lock, Update operation attempted without a prior read
2. Program exception
e.g. Divide by zero, array index out-of-bound, Invalid Date, Time or Timestamp value.
We can see all the program/file related system messages using the command below:
DSPMSGD RANGE(*FIRST *LAST) MSGF(QRNXMSG) DETAIL(*BASIC)
| Is This Answer Correct ? | 4 Yes | 0 No |
what is the difference between adding keys & constraints into a phisical file
what is general and type of general
I have a PF with out any data but the dependent LF is having data?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
Why journalling is compulsory before commitment control?
what is multiple member pf
Suppose if a physical file is having 1000 records, but i deleted 500 records from it. Here the concern is can the size of the file changes or it remains the same... kindly help me out with thorough xplanation.... Thanks in-advance...
how to restrict upon adding the data for field reference file in DB400
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.
How to know the particular record in pf with out reading?
what is the difference between adding keys & constraints into a phisical file
How to retrieve a physical file after deleting that?