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 |
a multiple format logical file is also known as?
STRTCPFTP command is used to start FTP in CL Language (ILECL)....can u plz tell me which command is used to start SFTP in CL language(ILECL)?
how can you detect overflow for a print program that prints multiple lines per cycle?
Q. Soppose one job is running in a batch mode for long time now i want to kill(end)this batch job.How you will achive this?
what is the use of dspatr(mdt) keyword?
What is the type, length of a LDA?
what the purpose of ovrdta, ovrata keywords?
How many record formats can you have in a Physical file and in a Logical file ?
Difference between NOPASS & OMIT?
What do you mean by ODP?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
Difference Between Skip Before & Space Before?