how can i know logical file belongs to which physical file
without source?
Answer Posted / vinay pawar
No Its not the correct answer... if you do a DSPDBR on a
logical file it wont show you the name of the physical file
that it is based on. Rather you need to use DSPFD on the
logical file. DSPDBR on a physical file will show the names
of all the LF files based on that PF.
| Is This Answer Correct ? | 45 Yes | 0 No |
Post New Answer View All Answers
What is the batch job?
There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.
Can we concatenate fields in physical file? If yes how can we do?
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 interactive job?
How to find the list of source physical files in a library?
What is FORMAT keyword and its use?
How many maximum record format a logical file have?
What is open data path?
How to index LF by relative record no (RRN)
What is the purpose of the chain and setll and setgt?
How to read a pf in reverse(from last record to first) using cl?
What is the difference between access path and open data path?
Last statement of any rpg program is lr?
How to update physical file using logical file with example?