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 |
How to read a PF in reverse(from last rec to first) using CL?
What is the purpose of the chain and setll and setgt?
Which keyword is used both in subfile and subfile control record format of a DSPF?
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?
What is open data path?
Can we concatenate fields in physical file? If yes how can we do?
When we use any keyword like FIFO,LIFO, at file level but whenever we check by runqry we couldn't find answer in FIFO,LIFO,FCFO etc so how we check the answer.
I have a PF with out any data but the dependent LF is having data?
Why we create the Physical File Member?
Can anybody tell why Journalling is compulsary before Commitment Control?
pls anyone explain about compile time array,pre run time array run time array
how to update physical files using normal logical file