I have run certain programs and commands on my interactive session and I want to check what all messages have been logged in the Job log. Therefore, I want to check the Job log of my session. How can I check the job log in the as400 system?
Sorry, you do not have permission to ask a question, You must login to ask a question.
Sorry, you do not have permission to ask a question.
I have run certain programs and commands on my interactive session and I want to check what all messages have been logged in the Job log. Therefore, I want to check the Job log of my session. How can I check the job log in the as400 system?
To check the
job log
in as400, please write theDSPJOBLOG
command on the command line and press Enter. After that Display Job log screen displays on the screen, PressF10
and thenSHIFT + F6
. This would bring you to the bottom of the job log. When a job’s job log has not yet been written, the Display Job Log (DSPJOBLOG
) command displays commands and related messages for the active job. It should be noted that theDSPJOBLOG
command can also be used to track a job’s progress or any errors that arise while the job is being executed. We can also print a job log at any time using the sameDSPJOBLOG
command, and a job log spool file will be made available and can be accessed through the commandWRKSPLF
.