A pf containing 100 records... my query is how to display
from 11th record in the pf?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / gowrishankar.m
using cpyf Starting position as 11
or
using CHAIN in key field giv relative record number
| Is This Answer Correct ? | 8 Yes | 3 No |
How to update physical file using logical file with example?
How to know the perticular record in pf with out reading?
How to find the list of source physical files in a library?
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
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
what is dynslt and why we use that command when do we use command
how to restrict upon adding the data for field reference file in DB400
what is the intractive job? what is the batch job ? how to change the batch job to interactive job?
Why journalling is compulsory before commitment control?
What is the primary file?
what is the difference between adding keys & constraints into a phisical file