How to insert more than one record to a pf at a time?(Bulk
insert to a pf)
Answer Posted / sharath
an ovrdbf can be used to define blocking factor..individual inserts go to the buffer and get physically inserted into the file when the blocking factor limit is reached.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Last statement of any rpg program is lr?
I have a pf, it contains 5 members, how to access particular member data from logical file?
How many maximum record format a logical file have?
How to read a pf in reverse(from last record to first) using cl?
What is open data path?
Can we concatenate fields in physical file? If yes how can we do?
I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?
What is the batch job?
What is the difference between access path and open data path?
How to update physical file using logical file with example?
What is the interactive job? What is the batch job?
How to know the particular record in pf with out reading?
What is the purpose of the chain and setll and setgt?
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?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?