Here is the requirement, When I run the "run file KSH (sql)", it should substitute
'${pCW_Bgn_DT}' with 201120
and
'${pCW_End_DT}' with 201124
Input File
----------
$ cat prevwk.dat
201124 20110711
run file KSH (sql)
------------------
In this file, I want to use the variables in SQL like
SELECT * FROM TABLE WHERE FSC_DATE BETWEEN '${pCW_Bgn_DT}' and '${pCW_End_DT}'
Can you guys help me.
Thanks