RETRIVING DELETED RECORDS :-
I'm frequently asked how to retrieve deleted records from
an unjournaled physical file when the deleted records have
not yet been removed from the file.
Utility UNDEL lets you undelete records in a physical file.
This public domain program is available in CISC and RISC
versions, and the complete source code is available for
download at:
UNDEL for AS/400 Save File (RISC):
http://www.as400network.com/sharewarefiles/undelris.zip
UNDEL for AS/400 Save File (CISC):
http://www.as400network.com/sharewarefiles/undel.zip
UNDEL for AS/400 Save File (Source code):
http://www.as400network.com/sharewarefiles/undelsrc.zip
The utility takes advantage of the fact that deleted
records in physical files are only flagged as deleted, and
the record data still exists until it is overwritten or the
file is reorganized with a utility such as RGZPFM. UNDEL
simply reads the deleted record, then reuses the record by
writing over it with the new record (thus eliminating the
flag for the deleted record).
Some homegrown and commercial utilities copy the file
containing undeleted records to a save file, then use a
program to read the save file, which contains live and
undeleted records, to a file to undelete the records. The
UNDEL utility is superior to the SAVF technique because
there's no need to copy the file to a save file, which is
especially important for really large files.
When run, UNDEL displays the physical file records in their
unformatted, raw text form. You can either position the
display to a given relative record number or use F19 or F20
to find the previous and next deleted record, respectively.
The utility also includes online help, which is almost
unheard of for free utilities.
Other utilities include the ability to undelete records.
You can use the RTVDLTRCD command in the old QUSRTOOL (no
longer supported by IBM). QUSRTOOL is now a commercial
product called TAA Productivity Tools (
http://www.taatool.com ). The free file editor WRKDBF has a
built-in undelete capability ( http://www.wrkdbf.com ), and
several commercial file editors can undelete records. For a
complete list of file editors, go to
http://www.sourcebook400.com, select "Programmer Tools"
under "Product Category," then select "File Editors."
hello.....
i am an comp science engineering graduate planning to do
ORACLE certification in PLSQL 9i. just wanted to know whats
the possibility getting job is their openings???? is it
worth doin that course n certification
is there any open source automation testing tool for mobile
testing. Testquest is there, but there is no trail version.
i need some open source tool or trail verison to try it out
whether the tool can be used for my application. i have
windows mobile 5.0 and 6.0.
thx for answering my earlier questions.here are some more.
what is payday rule and how is it calculated?what is the
difference between payscale grp and payscale leval?
1) why we need to do Validations when the Standard Conc.
Prog or the API will do all the validations
2) How can we display more then 1 column data in a formula
column (Ex displaying Empno, Ename, sal data in one Formula
column)
3) is it possible to give 2 out paramaters in a function
How do you perform budget structuring and take care of
budget overrun issues in Funds management? What is the
configuration and what are the T codes that are used?
95
What sort of patches prevent the CVSNT project and the CVS
project from merging?
248
What are the sub parameters for UNDO command? How does it
work?
If you find a crashing bug and the developer resolves it Not
Repro, what would you do? What if s/he resolves it as Won’t Fix?
5
while creating requisitions i am unable to see the list of
organisation can anyone help me out ?
126
What Kinds of Testing should be followed for an web
application while Manual Testing .
Ie., Regression , Integration , Alpha , Beta , Performance ,
Stress ,Load , Back End(database)...etc
What is the serial way to follow the above Testing Kinds in
manual testing of any application.
Plz clear my doubt.
113
What is an interrupt? How are multiple interrupts dealt with?
29
4.1 Supply contracts (in the form of comments specifying
pre- and post conditions)
for the enqueue() method of the LinkedQueue class given in
the Appendix.
(2)
4.2 Let Thing be a class which is capable of cloning
objects, and consider the code
fragment:
Thing thing1 = new Thing(); //(1)
Thing thing2 = thing1; //(2)
Thing thing3 = (Thing) thing1.clone(); //(3)
Explain how the objects thing2 and thing3 differ from each
other after
execution of the statements.
(
19
What is Cognos script editor?
233
If aclient comes to tester ask to bye a tool
Keep aside about the cost,In what way we can choose the
tool.
82
how do u call data file and gui file in testdirector