A pf containing 100 records... my query is how to display
from 11th record in the pf?
Answer Posted / keshar jain
We can positioned to nth record in file in CL with the help of OVRDBF command.
Synatax:
OVRDBF FILE(file-name) POSITION(*RRN 11)
This will positioned file on 11th record so RCVF command will read 11th record in file.
If you want to read with key conditioned then we can specify *KEY,*KEYA,KEYAE etc to positioned with key specified in command.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
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?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
How to read a pf in reverse(from last record to first) using cl?
How to retrieve a physical file after deleting that?
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 FORMAT keyword and its use?
What is the primary file?
I have a pf, it contains 5 members, how to access particular member data from logical file?
Can we concatenate fields in physical file? If yes how can we do?
How to know the particular record in pf with out reading?
What is the interactive job?
What is open data path?
What is the interactive job? What is the batch job?
What is the batch job?