without logical file we cannot access the data in physical
file.but we specify physical file in the program(ie:- Ffile
IF E k disk).how can it be accessed?
Answers were Sorted based on User's Feedback
Answer / sakthi
we can access the data from PF directly even without LF.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / gvsp,as4
we can accessed the data of a physical file by using EXTMBR(*ALL)
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / pat
I am not sure what your question is. You an access a
physical file: 1) If it is a primary file with the RPG cycle
2) It can be read. 3)If it is keyed it can be accessed as
you would a logical file.
Is This Answer Correct ? | 6 Yes | 0 No |
How can we change element of compile time array?Can we do so
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
What is the purpose of record level identifier?
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
what r drawbacks of OPM? Why do we go for ILE RPG?
what is commitment control?explain about it?
can anyone say,what is the use of operation extended H/N/P?
can we use cl programming to update or delete physical files
How can a screen field that has changed since the last output operation be detected?
The RP program is displaying records 11 times .But there are 10 records in a pf.(ie last record is displayed twice).How to display records only 10 times?
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?