: !/bin/sh # Testing SDATE="01/04/2010" EDATE="30/04/2010" platinvfile="platinv_test.unl" cdefile="cde_test.cde" #detailodir="" # default #detailodir="topdat/Apr_2010/data/tdetail" detailodir="tdetail" splitby="0" # shipto/batchid #. invcde.excl_Oct_2009 #time tstgetinvcde5 "$SDATE" "$EDATE" "tst/$platinvfile" "tst/$cdefile" 2>&1 | tee tst/ti.log #time getinvcde6 "$SDATE" "$EDATE" "$platinvfile" "$cdefile" 2>&1 | tee ti.log time getinvcdedetail6 "$SDATE" "$EDATE" "$platinvfile" "$cdefile" "$detailodir" "$splitby" 2>&1 | tee ti.log