How to retrieve a physical file after deleting that ? what
is keyword used for that....??
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What is open data path? And what is the difference between access path and open data path?
How many libraries can be there in a library list?
How can we handle errors in RPG?
what is general and type of general
how to see number of logical files depending on a pf?...can we declare more than 20 logical files from a single pf? is it possible
Suppose 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?
A pf containing 100 records... my query is how to display from 11th record in the pf?
I have a pf, it contains 5 members, how to access particular member data from logical file?
what is the difference between adding keys & constraints into a phisical file
what is use of self join and which cases you will use this join
what is dynslt and why we use that command when do we use command
I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?