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 |
How to retrieve a physical file after deleting that ? what is keyword used for that....??
What is the primary file?
Can anybody tell why Journalling is compulsary before Commitment Control?
Can we concatenate fields in physical file? If yes how can we do?
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?
What is open data path?
can we concate fileds in physical file? If yes how can we do?
pls anyone explain about compile time array,pre run time array run time array
Which keyword is used both in subfile and subfile control record format of a DSPF?
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?
how can i know logical file belongs to which physical file without source?
how to add a new field to a file without compiling it?