tivoli has the function of file cheking, so if the file missing in the schedule timeframe,the tws job will under the "ready" status ,and when the file arrived ,the tws job will start to run .
pls see the following example:
********************== < start > ********************===
schedule ausuuwphndm1#uausu_als_d
on runcycle rule1 "freq=weekly;interval=1;byday=mo,tu,we,th,fr"
until 0550 +5 days
carryforward
:ausuuwphndm1#uausu_als_bk_check_file_austpost
at 1600 until 1630
opens ausuuwphndm1#"/var/opt/transfer/cache/austpost/austpost.dat"
ausuuwphndm1#uausu_als_bk_xcom_file_austpost
follows uausu_als_bk_check_file_austpost
end********************=== < end > ********************====
because it is runned weekly so +5 days ,it will be auto-expired.
Tivoli 中的RERUN 和 STOP 的區別
先看以下例子 abcd job name scriptname export opt sh streamlogon user id description transfer the file tasktype unix recoveryrerun abcd job name scriptname e...
檢查core檔案
檢查core檔案 核心轉儲檔案 除了允許程式在偵錯程式的控制下執行外,g選項乙個非常有用的功能是利用 core dump 檢查程式崩潰的原因。當乙個程式異常結束時 比如崩潰 作業系統能夠將程式崩潰時記憶體中的狀態資訊寫入乙個core檔案 通常這個檔案命名為core 這個檔案經常被稱為core dum...
檢查core dump檔案
對應的英文引自 5.1 檢查core檔案 核心轉儲檔案 除了允許程式在偵錯程式的控制下執行外,g選項乙個非常有用的功能是利用 core dump 檢查程式崩潰的原因。當乙個程式異常結束時 比如崩潰 作業系統能夠將程式崩潰時記憶體中的狀態資訊寫入乙個core檔案 通常這個檔案命名為core 這個檔案經...