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 |
Define interactive jobs and batch jobs
When we use any keyword like FIFO,LIFO, at file level but whenever we check by runqry we couldn't find answer in FIFO,LIFO,FCFO etc so how we check the answer.
What is open data path? And what is the difference between access path and open data path?
what is dynslt and why we use that command when do we use command
How to index LF by relative record no (RRN)
what is error handling concepts in cl
what is open data path? and what is the diff b/w access path and open data path?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
What is the difference between access path and open data path?
Can we concatenate fields in physical file? If yes how can we do?
pls anyone explain about compile time array,pre run time array run time array
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?