IBM DB400 Question: Download IBM DB400 PDF

A pf containing 100 records... my query is how to display from 11th record in the pf?

Tweet Share WhatsApp

Answer:

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.

Download IBM DB400 PDF Read All 26 IBM DB400 Questions
Previous QuestionNext Question
I had created one physical file tell me command to enter data in to?What is the purpose of the chain and setll and setgt?