What are the steps to retrieve the records from Journal
file...?
Answer / abhishek
Use DSPJRN command.
If you want to retrieve the records in program then use:
DSPJRN JRN(MYLIB/JRNFILE)
FILE((MYLIB/MYFILE))
OUTPUT(*OUTFILE) OUTFILFMT(*TYPE5)
OUTFILE
(QTEMP/TEMPFILE)
TYPE5 will retrieve detailed information.
| Is This Answer Correct ? | 12 Yes | 0 No |
What is the maximum number of times Multiple Occurrences DS can occur in a program?
How to reverse a string using RPG?
what is message subfile?
which are control break logic indicators?
what is a keyed physical file?
What is difference between rename and prefix?
any one have give AS400 study material? pls pass it to gopalsai789@gmail.com
what are various techniques to pass parameters from one program to another?
define the purpose of the %sst function?
how can I control from my cgis the cache of a remote browser?
what is procedure prototype and procedure interface.
What is RETURN CURSER LOCATION in subfile?