Hi
I have to start several scripts in a command window. Each script should have as parameter the same timestamp ("curr_ts"). How do I have to declare "curr_ts" and how to fill it with the current timestamp.
Thanks a lot for your support.
Regards
Joerg Braendli
I have to start several scripts in a command window. Each script should have as parameter the same timestamp ("curr_ts"). How do I have to declare "curr_ts" and how to fill it with the current timestamp.
Code:
-------------------------------------------------------------------------------------------
-- START JOB-ID 1
-------------------------------------------------------------------------------------------
PROMPT ######### START DES JOBS 1 #########
..... curr_ts .....
@c:\temp\script1.sql curr_ts
@c:\temp\script2.sql curr_ts
PROMPT ######### ENDE DES JOBS 1 #########
-- ENDE JOB-ID 1014_1 -------------------------------------------------------------------
Regards
Joerg Braendli