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 does dfu program you to do on a record?
What are the types of data structure in as400?
Difference Between Interactive & Batch Job?
different type of cursor?
Hi,Please give me the the answer for these quesitons? 1.what is IFS and ICF and RAPE amd DISKET fils? explain with example please? 2.What is the difference between POST AND SPACE OPCODES? 3.Can anybody tell me default printerfile command and object type?
what is the use of data structures?
what is the maximum number of record formats in dspf?
how do you use commitment control in rpg program ?
explain the purpose of keep and assume keywords?
describe the difference between the dowxx and douxx operations?
how do you specify page overflow indicator for printer files in rpg?
why is the declare cursor statement is used for?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
define what a data area is along with a brief example of what it may be used for?
what is a primary file?