Question

  Asked: Apr 22 2008   9:30 AM GMT
  Asked by: Svmanoj166


how can we restore deleted member in as/400


AS/400, AS/400 backup, AS/400 printing, QDDSSRC

I have accedentally deleted the source member(FFLL24) of my printer file. Can we restore the deleted member of a file?
Ex: LIB1/QDDSSRC/FFLL24.
Lib1 is my library
QDDSSRC is my source file
FFLL24 source member.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0




Hi,

You should be able to restore the member you want like this (assuming your tape is TAP01) :-

RSTOBJ OBJ(QDDSSRC)
SAVLIB(LIB1)
DEV(TAP01)
FILEMBR((QDDSSRC (FFLL24)))
MBROPT(*ALL)

Regards,

Martin Gilbert.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on AS/400.

Looking for relevant AS/400 Whitepapers? Visit the Search400.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Svmanoj166  |   Apr 22 2008  10:30AM GMT

Thanks Gilly,

Your answer is certainly helped. But unfortunately we unable to access tape device which are maintained by our customer.

Thanks for you answer.

 

Gilly400  |   Apr 22 2008  11:39AM GMT

Hi,

Do you maybe have a compile listing still on the system. Maybe you can get your source back from the compile listing?

Regards,

Martin.