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 diff between EVAL & MOVE?
what is the rpg and cl life cycle?Please tell me any body
what is a logical file?
When does the DFT keyword in PF be used?
what is the purpose of putovr (put with explicit override) keyword?
OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?
when are the referential constraints executed?
in conjunction with which statements can orxx and andxx conditions be used ?
How can I automate sftp commands(ls & get) in CL program.. If I want to write two scripts one for each command... can u plz tell where the script should be written? & what will be the content of each scripts?
when are the unique constraints executed?
Difference Between Skip Before & Space Before?
Define what the operation will do, the purpose of the result field and the purpose of *IN66? HI LO EQ C CALL 'CVTDAT' DTPRM 66