What are the steps to retrieve the records from Journal
file...?



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

Post New Answer

More IBM AS400 AllOther Interview Questions

how to create physical file

1 Answers  


How do I remove a flag or check no. or name when a user opens too many sessions?

1 Answers  


Difference Between Skip Before & Space Before?

1 Answers   IBM,


how many files, printer files you can describe in a rpg?

1 Answers   IBM,


Is qgpl a user library or system library?

1 Answers  


what is externally described file ?

2 Answers   IBM,


What is an ICF file?

1 Answers  


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?

2 Answers  


which cl command is used to trap error messages during program execution?

1 Answers   IBM,


what is the command used to invoke rlu ?

2 Answers   IBM,


what is the use of CPYFRMQRYF?

4 Answers  


Difference Between Interactive & Batch Job?

1 Answers   IBM,


Categories