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 difference between Array and Table?
What is the difference between access path and Dynamic select?
I have SQLRPGLE program in which there are some update statements which executed correctly. there were no errors run time. Once the program gets over, the file was not updated with the new values. What might be the reason?
What is the purpose of FRCDTA (Force Data) keyword?
using dfu, user will be able to ___________ from physical file?
What is file access opcodes?
What Does Lokup Does In Tables & Arrays?
does cl support arrays
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
how you will know whether you are in sfldrop or sflfold mode?
Specify different indicators used in RPG?
define the purpose of the iter operation?