That particular error message (I assume you mean the one in the subject
line) could mean either that gawk could not find gawk itself, or the awk
program ../formsql.awk, or the data file $filename. Check for the
existence of all three just before executing the "eval" command and see
which one is missing.
Dave Higgins wrote:
> Any ideas on what this is referring to or how to correct it?
>
> It seems to be related to the following:
>
> # 2/25/2005
> #
>
> proc run {filename} {
> set base [file rootname $filename]
>
> set as400 $base
> append as400 ".sql"
> set hsql $base
> append hsql "_hsql.sql"
> set insert $base
> append insert "_insert.java"
> set update $base
> append update "_update.java"
>
> set arg [getNewFlag $base]
>
> eval {exec gawk -v newtable=$arg -f ../formsql.awk $filename > $as400}
>
> Thanks for any insight,
> Dave
>
> ---------------------------------
> Yahoo! Mail
> Use Photomail to share photos without annoying attachments.
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>