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 |
Can anybody please tell me what is difference between SQL (STRSQL ) and WRKQRY .....?
Is LDA can be access accross the Job?
Please give me the code for A=A+1 in cl program?
what is the difference between normal upddta to pf and updating using dfu program?
What is the maximum number of elements in an array?
what are the three types of keywords associated with printer file ?
what is a physical file?
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
What is the purpose of STRCMTCTL command?
i have one physical file which is having two logical files. logical a have unique keyword and logical b doesnt have a unique keyword. can i give duplicate values while updating through physical file. if no why?
what is a non-join logical file?
what is join logical file?