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
how to know total no of records in pf with out using sql??????
When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
Which keyword is used both in subfile and subfile control record format of a DSPF?
What is open data path?
how can we write LF using flatfile.
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?
wirte a simple program for read file in cl
How to know the particular record in pf with out reading?
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 dynslt and why we use that command when do we use command
Last statement of any RPG pgm is LR?