How to retrieve a physical file after deleting that ? what
is keyword used for that....??

Answers were Sorted based on User's Feedback



How to retrieve a physical file after deleting that ? what is keyword used for that....??..

Answer / rematto

On iSeries you can retrieve deleted obj in QRPL00145 or
QRPLOBJ library.

You can find your obj by the description.

Is This Answer Correct ?    8 Yes 0 No

How to retrieve a physical file after deleting that ? what is keyword used for that....??..

Answer / venkateshp

HI Rematto,

can you please explain something more details how get the
deleted object, I am looking for the answer for this
question from the first day onwords of my AS/400 starts.

Is This Answer Correct ?    1 Yes 0 No

How to retrieve a physical file after deleting that ? what is keyword used for that....??..

Answer / vasanthi

if we want to retrieve a rpg or rpgle source after deletion means we can get that in a debug mode.. Just give STRDBG and give the pgm name and library. the source code will be displayed.

Is This Answer Correct ?    1 Yes 0 No

How to retrieve a physical file after deleting that ? what is keyword used for that....??..

Answer / sakthi

I have mistakenly deleted all the source members from a Source Physical file. I need to bring back the sources to the source PF. How it can be done? Please suggest its very critical for me.

Is This Answer Correct ?    0 Yes 0 No

How to retrieve a physical file after deleting that ? what is keyword used for that....??..

Answer / sakthi

To retrieve the CL sources, we use RTVCLSRC command. I have deleted members from QDDSSRC source PF which contains PF, LF, DSPF, PRTF sources.

Is This Answer Correct ?    0 Yes 0 No

How to retrieve a physical file after deleting that ? what is keyword used for that....??..

Answer / ajay ingle

In the DD statement's DISP parameter write DISP=KEEP.And to
access the file with disposition KEEP we need to supply the
volume srail number as vol=ser=xxxx.

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More DB400 Interview Questions

hi iam very new to as400. i had created one physical file can any one tell command to enter data in to that

9 Answers   Encore,


what is open data path? and what is the diff b/w access path and open data path?

3 Answers   Cap Gemini,


Last statement of any RPG pgm is LR?

5 Answers  


Hi, Please give the answer to this question? I have Phisical file with 100 records,there is no any duplicate records in this pf.Based on this pf one Logical file i have used.But this lf is viewing only 80 records only of that pf?What is the reason for this?Please give me answer?

4 Answers   IBM,


how to restrict upon adding the data for field reference file in DB400

1 Answers  






There are six records in a file and we are going to update that records and used commit operation when it complete the update but suppose when it updating the third record,a error occured and operation failed.Is previously two records will be update or whole operation will be rollback? Please confirm it.

2 Answers  


Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?

2 Answers  


What is open data path?

0 Answers  


How to retrieve a physical file after deleting that?

0 Answers  


In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.

0 Answers   Nous,


what is the difference between adding keys & constraints into a phisical file

4 Answers   HSBC,


how to update physical files using normal logical file

4 Answers  


Categories