How to insert more than one record to a pf at a time?(Bulk
insert to a pf)
Answer Posted / subba reddy
more than one record to a pf at a time
1. Using SQL we can runa query
insert into table1 values('a','b','c'),('x','y','z')
2. Using DBU (Database utility )also we can insert records
But using STRDFU we can insert one record at a time
correct me if i am wrong.....
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to index LF by relative record no (RRN)
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
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?
How to change the batch job to interactive job?
What is the batch job?
How to read a pf in reverse(from last record to first) using cl?
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?
How to retrieve a physical file after deleting that?
What is the primary file?
How to find the list of source physical files in a library?
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?
What is open data path?
What is the interactive job?
What is the purpose of the chain and setll and setgt?