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 the use of member in pf?
What is open data path? And what is the difference between access path and open data path?
How many max. Record format a logical file have?
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?
what is the purpus of the chain and setll and setgt ?
pls anyone explain about compile time array,pre run time array run time array
how to restrict upon adding the data for field reference file in DB400
how to add a new field to a file without compiling it?
can we concate fileds in physical file? If yes how can we do?
1. How can I create a LF using crtlf command based on a particular member in a multimember PF? Where I have to specify the member name? 2. How to differentiate between the types of join from a Join logical file DDS. Is it possible to have different types of Join Logical files? 3.Any performance difference between Opnqrf and Embedded SQL? When I should prefer Opnqryf and when SQL? 4. I know access path is the path chosen by the program to retrieve data. It can be of keyed access path or arrival sequence. *IMMED- *IMMED description says access path is updated each time record is added or deleted from a member. - What is updating here? *REBLD - The access path is completely rebuilt each time a file member is opened. The access path is maintained until the member is closed, then the access path is deleted. - I am not able to understand this completely. Could anyone explain these more clearly? 5.What is the purpose of using activation group. I know it is a resource allocator, but other than this any other benefits of using an activation group?
I have physical 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?
How many maximum record format a logical file have?