How we can delete all the Logical File of a Physical file
in one instance ?

Answers were Sorted based on User's Feedback



How we can delete all the Logical File of a Physical file in one instance ?..

Answer / gaurav

There is no such command for deleting all LF at one shot
Create CL program for this

Is This Answer Correct ?    25 Yes 3 No

How we can delete all the Logical File of a Physical file in one instance ?..

Answer / anonymous- projo

You create a CL program using following tips
1. pass file name as a parameter.
2. Declare a Model DSPDBR outfile
3. Execute DSPDBR command and store the results in out file
declared in step 2.
4. Read this file to retrieve all file names in loop one
after another deleting each one.

Is This Answer Correct ?    18 Yes 2 No

How we can delete all the Logical File of a Physical file in one instance ?..

Answer / amit kumar

Hi Every body ,

One command exists.
Use CHGPF with Delete dependent logical file - *Yes

Give source file with your physical file other wise you
will not be able see this option.

Thanks.

Is This Answer Correct ?    13 Yes 4 No

How we can delete all the Logical File of a Physical file in one instance ?..

Answer / abhishek

Hi Friends,

There is no command which directly deletes all the
depandent logical.



Regarding use of option delete dependant file under CHGPF:

Consider example below:
Lets say PF has 3 fields... Fld1, Fld2 & Fld3
First LF has key field as Fld1.
Second LF has key field as Fld2

1. Pl note that delete dependant file option will only come
when you specify the source name and libr along with object
name & libr.
2. Lets say, I have removed one of the field named Fld2
from my PF. Obviously, my second LF is of no use, as field
use by this file is removed. Now, if I specify, DELETE
DEPENDANT FILES as *YES under CHGPF command, it will first
change my PF properties (as expected) and will also delete
SECOND LOGICAL FILE (as it has a dependant field).

Hope, it helps. Cheers.

Is This Answer Correct ?    5 Yes 1 No

How we can delete all the Logical File of a Physical file in one instance ?..

Answer / omer ozen

run the following sql:
drop table <filename> cascade;

And all the logicals based on the file being deleted will
magically disappear.

Is This Answer Correct ?    4 Yes 0 No

How we can delete all the Logical File of a Physical file in one instance ?..

Answer / pravin

Use CHGPF with Delete dependent logical file - *Yes
but it deletes only when u delete or remove those fields
from the pf which are used in lf

Is This Answer Correct ?    7 Yes 4 No

How we can delete all the Logical File of a Physical file in one instance ?..

Answer / vineet bhardwaj

hello,
yes we can delete all lf which is associate to one pf thru
chgpf commond but we have to give the source file name also
then we get the option delete dependent lf will be *yes.
...

Is This Answer Correct ?    1 Yes 1 No

How we can delete all the Logical File of a Physical file in one instance ?..

Answer / aditya

i have copied a pf from another one and after updating that
pf ,i used it in my program.It was giving me an error.
After compiling the program i have found that it was
refering to previous record name.
Then in command line in CHGPF i mentioned program name and
source file name.
you will get 'Delete dependent logical file' option,make
it '*yes'.
That is how i deleted all the references.

Is This Answer Correct ?    0 Yes 0 No

How we can delete all the Logical File of a Physical file in one instance ?..

Answer / kavitha s

Use CHGPF with Delete dependent logical file - *Yes

Is This Answer Correct ?    7 Yes 23 No

Post New Answer

More IBM AS400 AllOther Interview Questions

What is the purpose of reorganizing the physical file i.e. , RGZPFM?

1 Answers  


what is the version of os/400 that we have?

1 Answers   IBM,


how you will know whether you are in sfldrop or sflfold mode?

0 Answers   IBM,


Describe about Query/400?

1 Answers  


How to see all record formats used in a file?

1 Answers  






How a field is renamed in rpg IV?..give answer with example?

3 Answers   CTS,


what is the difference between normal upddta to pf and updating using dfu program?

0 Answers   IBM,


how can I predict the performance of my cgis?

0 Answers   IBM,


when are the referential constraints executed?

0 Answers   IBM,


Distinguish between logical file and physical file?

1 Answers  


Explain this error: "all record formats for externally-described file abcd ignored or dropped due to error; file ignored."?

0 Answers  


What Does Lokup Does In Tables & Arrays?

0 Answers   IBM,


Categories