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 |
I had created one physical file tell me command to enter data in to?
Why we create the Physical File Member?
wirte a simple program for read file in cl
Why journalling is compulsory before commitment control?
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
How many max. Record format a logical file have?
what is general and type of general
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...
What is the difference between access path and open data path?
When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
A pf containing 100 records... my query is how to display from 11th record in the pf?
what is exception and how many types of exception