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
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?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
How to know the particular record in pf with out reading?
What is the batch job?
What is the purpose of the chain and setll and setgt?
Can we concatenate fields in physical file? If yes how can we do?
How to index LF by relative record no (RRN)
What is the difference between access path and open data path?
What is FORMAT keyword and its use?
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 the use of member in pf?
What is open data path?
What is the interactive job?
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.