+ Reply to Thread
Results 1 to 4 of 4

Thread: Job log for a batch job that completed normally

  1. #1

    Default Job log for a batch job that completed normally

    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

  2. #2
    Guest.Visitor Guest

    Default Job log for a batch job that completed normally

    Thanks! That will help me a lot.

  3. #3
    Guest.Visitor Guest

    Default Job log for a batch job that completed normally

    Hi! Does anybody know how can we get a job log for a batch job that completed normally? Thanks! Vicki

  4. #4
    Guest.Visitor Guest

    Default Job log for a batch job that completed normally

    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

+ Reply to Thread

Similar Threads

  1. Batch Job
    By Hari123456 in forum CL
    Replies: 1
    Last Post: 09-03-2003, 10:05 AM
  2. Java program completed with exit code 1
    By Guest.Visitor in forum Java
    Replies: 0
    Last Post: 08-30-2003, 10:50 AM
  3. snddst - Send distribution completed successfully.
    By David Abramowitz in forum General
    Replies: 6
    Last Post: 07-28-2003, 08:07 PM
  4. Replies: 1
    Last Post: 12-03-2002, 06:38 AM
  5. Replies: 0
    Last Post: 01-01-1995, 02:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts