Hi,
Please give the answer to this question?
I have Phisical 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?Please give me
answer?
Answer Posted / praveen
Hi
there may be a reason that there exist a blank space in 81 position, which is used by a record and even after the record deletion, if the rgzpfm is not done then after reading 80 records, 81 will be treated as eof; though v have records in later 82 etc
| Is This Answer Correct ? | 0 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?
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?
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 know the particular record in pf with out reading?
How to retrieve a physical file after deleting that?
How to read a pf in reverse(from last record to first) using cl?
How to update physical file using logical file with example?
How to find the list of source physical files in a library?
What is the primary file?
There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.
Can we concatenate fields in physical file? If yes how can we do?
What is open data path?
What is the batch job?
I have a pf, it contains 5 members, how to access particular member data from logical file?