my Bteq file code(test_bteq) is
select * from students where student.id between &start and $end.
the bteq sql is scheduled everyday and these 2 variables from 2 columns of a configuration table(tab_conf).
I need to use &start
and $end
variables in bteq file.