Jun,
# unix
DOT=$(date+"%Y%m%d")
OPT="incremental since full"
#set your SQLCONNECT
dbisql Bck.sql [$DOT] ["$OPT"]
## Should do it
--------- Bck.sql -----------------
Parameters DOT , OPT ;
backup database {OPT}
to '/YourDir/BSF_{DOT}' ;
Have a nice day.
cjd
--
You received this message because you are subscribed to the Google Groups "iqug" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iqug+uns...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
thanks.. got this to work