What are the steps to retrieve the records from Journal
file...?
Answer Posted / 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 |
Post New Answer View All Answers
what is the function of rlu ?
what is the purpose of ovrdta and ovrata keywords ?
why is as/400 called object oriented machine?
how may a cgi control duplicate inputs?
what is *inzsr used for?
in which specification the report layout can be defined?
what are members?
how to read database records without locking them?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
which cl command can be used at program execution to redirect the file named in an rpg program?
how many maximum spaces could be given in o specs?
what is the difference between *like and *namvar ?
Difference Between Call & Sbmjob?
what are dds required for subfile?
how will you find a string using pdm?