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 Job, What are the attributes of a Job?

1 Answers  


Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?

2 Answers  


What is keyword PFILE specifies ?

1 Answers  


we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?

3 Answers  


what is the function of crtdupobj command?

1 Answers   IBM,






What is array in as400? What are the types of array?

0 Answers  


what is flatfile?what is the use of this file?where we can use usualy?what is the advantage of this?

2 Answers   Cognizant,


How to change file attributes such as size, file wait time, record wait time etc., permanently?

1 Answers  


Q.How primary file can be defined in RPG/400?Please write the senario with opcode specification?

3 Answers   Keane India Ltd,


what is the purpose of data structure?

1 Answers   IBM,


How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.

2 Answers   IBM,


Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?

2 Answers   Bally Technologies,


Categories