how to know total no of records in pf with out using sql??????
Answer Posted / sree
In addition to the above answer, there are 2 more ways in
knowing the total number of records.
1. Through the RPG program, Open Feedback Information of
File Information data structure (INFSR) will give the count
of records in the physical file.
2. Through CL command, Retrieve Member Description (RTVMBRD)
will give the no.of non-deleted records through NBRCURRCD
variable.
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
Last statement of any rpg program is lr?
What is the primary file?
How many maximum record format a logical file have?
How to know the particular record in pf with out reading?
How to find the list of source physical files in a library?
What is open data path?
What is the difference between access path and open data path?
What is the purpose of the chain and setll and setgt?
How to update physical file using logical file with example?
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
What is the interactive job?
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 use of member in pf?
How to index LF by relative record no (RRN)
I have a pf, it contains 5 members, how to access particular member data from logical file?