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 |
how to create physical file
How do I remove a flag or check no. or name when a user opens too many sessions?
Difference Between Skip Before & Space Before?
how many files, printer files you can describe in a rpg?
Is qgpl a user library or system library?
what is externally described file ?
What is an ICF file?
1.what are the builtin funtions in cl pgg?Explain with example 2.what is meant by left outer join?where we can use this?
which cl command is used to trap error messages during program execution?
what is the command used to invoke rlu ?
what is the use of CPYFRMQRYF?
Difference Between Interactive & Batch Job?