Save a joblog in a CL program
I want to know how to save my joblog in a CL program? What does the syntax look like?
If you mean how to generate a joblog that you can look at here is the answer:
To modify the default job description, enter the following command prior to running the job.
CHGJOBD JOBD(QDFTJOBD) LOG(4 00 *SECLVL)
When job is finished, execute this command to change it back:
CHGJOBD JOBD(QDFTJOBD) LOG(4 00 *NOLIST)
If the job description is not changed back, other jobs on the system will force joblogs to be written, and system storage will fill up rapidly.
==================================
MORE INFORMATION ON THIS TOPIC
==================================
The Best Web Links: tips, tutorials and more.
Ask your programming questions--or help out your peers by answering them--in our live discussion forums.
Ask the Experts yourself: Our application development gurus are waiting to answer your programming questions.