Is it possible to create a logical file whose Physical file
is not in same library?
Answers were Sorted based on User's Feedback
Answer / ankur jain
Yes, we can.....
But both the libraries should be defined in the library
list ...... otherwise compilation error will occur while
compiling the logical file..
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / amit
Yes..for that u have to specify the actual data path in
keyword PFILE
Like
A R A1 PFILE(AMIT/A2)
A K CODE
Then this will create the LF A! for A2 PF...
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / nagavarapu muralidhar
Yes, Just put the user library in which you want to create
on top and followed by other library in which physical file
is located.
provided the first library should not have physical file.
Then try to create the logical.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / megha
Yes , we can create logical file from a pf in different
library. Only proble here is that when we tried access the
data from this LF , the data will be accessed from that
libary not from the LibrayList
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijay
Yes you can create a LF on the Physical file present in any other library except QTEMP. you cannot create a LF on the physical file present in QTEMP
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / samul
It can possible that PF may be in other lib....
Just go though the basic concept first and then place ur
questions...
| Is This Answer Correct ? | 8 Yes | 10 No |
can we concate fileds in physical file? If yes how can we do?
how can we write LF using flatfile.
how to add a new field to a file without compiling it?
When we use any keyword like FIFO,LIFO, at file level but whenever we check by runqry we couldn't find answer in FIFO,LIFO,FCFO etc so how we check the answer.
how to restrict upon adding the data for field reference file in DB400
Maximum how many fields we can create under a record format of PF?
i have a PF,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in PF
I have a pf, it contains 5 members, how to access particular member data from logical file?
Is it possible to create a logical file whose Physical file is not in same library?
What is open data path? And what is the difference between access path and open data path?
how can i know logical file belongs to which physical file without source?
How to retrieve a physical file after deleting that?