ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

batch program that runs during night.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • batch program that runs during night.

    hello.

    i have written two programs in sqlrpgle that reads the text file in ifs and place the data in two diferent tables.

    After inserting the data in first table
    I want to make a batch process that runs overnight in order to insert data in second table.


    How can i achieve this any ideas

    Thanks in advance

  • #2
    Re: batch program that runs during night.

    Two possible methods:

    1) If you have a "DayEnd program" that runs every evening, it could be added to the list of programs.

    2) The job scheduler -- the command is wrkjobscde where you can create an entry that will run at a specific time each evening.
    http://www.linkedin.com/in/chippermiller

    Comment


    • #3
      Re: batch program that runs during night.

      thanks
      chipper

      Comment

      Working...
      X