A pf containing 100 records... my query is how to display from 11th record in the pf?
Submitted by: AdministratorWe 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.
Submitted by: Administrator
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.
Submitted by: Administrator
Read Online IBM DB400 Job Interview Questions And Answers
Top IBM DB400 Questions
☺ | How to update physical file using logical file with example? |
☺ | Why Journalling is compulsory before Commitment Control? |
☺ | Why we create the Physical File Member? |
☺ | Last statement of any RPG pgm is LR? |
☺ | Maximum how many fields we can create under a record format of PF? |
Top Mainframe Technical Categories
☺ | IBM MainFrame Interview Questions. |
☺ | IBM AS400 Interview Questions. |
☺ | JCL Interview Questions. |
☺ | IMS DB Interview Questions. |
☺ | CICS Interview Questions. |