[Info-ingres] passing parameters into report on linux
Roy Hann
specially at processed.almost.meat
Tue Nov 10 12:28:20 UTC 2015
Allan Biggs wrote:
> Can anyone tell me how to pass parameters into report writer on Linux??
>
> I have tried a number of positions in the command for (param1=2269) but
> keep getting unexpected token '('
[snip]
> prompt> report mydb html_report_9psr -fss_report.out -q8000 (param1=2269)
> -bash: syntax error near unexpected token `('
It is bash that is complaining. Enclose your argument in single quotes
to get it through to Report Writer:
report mydb html_report_9psr -fss_report.out -q8000 '(param1=2269)'
Roy
More information about the Info-ingres
mailing list