1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Scheduling a process in progress Database

Discussão em 'StackOverflow' iniciado por fdantas, Abril 17, 2015.

  1. fdantas

    fdantas Administrator Moderador

    can someone help me how can i schedule this kind of code in Progress Database in way to generate that file.csv everyday at specific hour ?

    Thank you!

    DEF STREAM st1.

    OUTPUT STREAM st1 TO c:\temp\file.csv.

    PUT STREAM st1 UNFORMATTED

    SKIP.
    END.
    OUTPUT STREAM st1 CLOSE.

    Continue reading...

Compartilhe esta Página