Passing parameters to BTEQ | Shell Scripting Tutorial | Shell Script Example
I would like to share the knowledge gained in passing the parameter from UNIX to the BTEQ script. #!/bin/ksh /* declare and assign value to the parameter TNAME*/ export TNAME=Sep_2007 /* Display the date and SQL file name to be called on the screen*/ echo
shellscripting.language-tutori |