+ Reply to Thread
Results 1 to 7 of 7

Thread: Schedule a Job??

  1. #1
    Guest.Visitor Guest

    Default Schedule a Job??

    Hi I am trying to schedule a job to run using WRKJOBSCDE. I want to shedule it to run on this sunday (Oct.29,2000) at 2 AM. I wrote a small CL program that will change the value of QHour for the end of daylight savings time. I am just not sure what to fill in for the prompts. Any help would be greatly appreciated. I am running V4R4. Thanks Frank

  2. #2
    Guest.Visitor Guest

    Default Schedule a Job??

    Frank The parameter command to run is the call to your CL program. The frequency parameter is *ONCE, the schedule date is 10/29/00, the schedule day is *NONE, the schedule time is 02:00:00, and the save parameter is *YES, so that you will have it for OCT of 2001. After you enter the parameters and press enter the job should have a SCD status. I have a job that does the same thing, works great. Jim

  3. #3
    Guest.Visitor Guest

    Default Schedule a Job??

    Hey Thanks James!! Worked like a charm. I was trying to put in schedule date and schedule day. I didn't like it. I guess you can only use one or the other. Tried looking for some info on the IBM site but came up empty. Thanks again Frank

  4. #4
    Guest.Visitor Guest

    Default Schedule a Job??

    Frank, Use the command ADDJOBSCDE. For the command parm type this: CHGSYSVAL SYSVAL(QHOUR) VALUE('01') HTH Scott

  5. #5
    Guest.Visitor Guest

    Default Schedule a Job??

    Would this work? ADDJOBSCDE JOB(MYJOB) CMD(CALL PGM(MYPGM)) FRQ(*ONCE) SCDDATE('10/29/2000') SCDTIME('02:00:00')

  6. #6

    Default Schedule a Job??

    Isn't there a system value that will perform this function for you, without any programming? Dave

  7. #7
    Guest.Visitor Guest

    Default Schedule a Job??

    David, No. Perhaps you're thinking of QUTCOFFSET (time offset from GMT). Adjusting this will not adjust the system time. And while I'm mentioning QUTCOFFSET, if a system does observe Daylight Saving Time and it uses QUTCOFFSET, make sure you change this system value too on Oct 29th, besides just the hour. Chris

+ Reply to Thread

Similar Threads

  1. Schedule a job to run ever hour daily
    By Guest.Visitor in forum General
    Replies: 8
    Last Post: 08-20-2004, 06:11 AM
  2. Schedule a job to run every hour
    By buck.calabro@commsoft.net in forum General
    Replies: 3
    Last Post: 03-11-2004, 10:46 AM
  3. How to Document Job Schedule
    By GlenKerner in forum Analysis
    Replies: 0
    Last Post: 10-19-2001, 10:05 AM
  4. Power down schedule
    By Guest.Visitor in forum Application Software
    Replies: 5
    Last Post: 06-06-2000, 07:23 AM
  5. Payment Schedule
    By Guest.Visitor in forum Hardware
    Replies: 2
    Last Post: 02-09-2000, 12:50 PM

Posting Permissions

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