You can use the CHGJOB command from within the job's CL to force a listing. If a menu command submits the job to batch, you can change the menu SBMJOB command to do the same. Dave
You can use the CHGJOB command from within the job's CL to force a listing. If a menu command submits the job to batch, you can change the menu SBMJOB command to do the same. Dave
Thanks! That will help me a lot.
Hi! Does anybody know how can we get a job log for a batch job that completed normally? Thanks! Vicki
Hello Vicki, I see one suggestion you received was to do a CHGJOB in the program source. If this is not possible, you can create a unique jobd that specifes the same thing, and when the program is submitted to batch, you specify your custom jobd. Any job using that jobd would produce the job log. Keep in mind you need to cleanup all these job logs, because over time you can reach a limit on the number of jobs on the system and exceed control block limits. Keith