[Tutor] Re[2]: [Tutor] Re[2]: [Tutor] ksh and SAS questions

Tom Jenkins TomJenkins@zentuit.com
Mon, 7 Jun 1999 14:09:22 -0400


Hi Mike, just curious if this is a typo...

>   # source the ksh script and output the CATI variable
>   # with the double quotes in echo, we'll get a last line no matter
>   # what implimentation of echo or shell
>   sh_cmd = '. /op/ctl/prod/scripts/setcm.ksh 2>/dev/null; echo "${CATI}"'

should sh_cmd be = '. /op/ctl/prod/scripts/setcm.ksh $2>/dev/null; echo 
"${CATI}"'? (notice the $ before 2)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Tom Jenkins                    DevIS (http://www.devis.com)
python is executable pseudo-code; perl is executable line-noise