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 |
define the purpose of the *bcat function?
what is *inzsr used for?
what are the different opcodes available in rpg for database access ?
what is the maximum number of parameters allowed in clp?
i want to display the 10000 record in a subfile by using loadall , can we do it?
how to declare a constant variable in the freeformat?
what does exfmt does?
What Is The Difference Between Goto & Exsr?
How can we find from which source the program has been compiled for a given RPGLE program object?
Can anyone answer me when we will go for LF without key fields
A phisical file has two fields like 1) Account No(10,0) 2)Phone No(15,0)Unique on both fields?Please give me the answer for this?
What are the valid data types in Data Queue?