The parameter replacement is very simplistic. Wherever it sees $prm_abc it replaces it with the value (eg. 1), irrespective of what string precedes or follows
When using $ as parameter delimiter and given query: --aqt setparm,parm=prm_abc,value=1 --aqt setparm,parm=prm_abc1,value=2 select 1 from sysibm.sysdummy1
Hi, I just did my AQT setup and I'm getting the following error: "The exception generated was c0000005 at address 0015CEA4 (<nosymbols>)" Any pointers how to
Yes, you say --aqt setparm,parm=yesterday,value=$result(1) This will set the parm to the first value returned by the most-recent query run. I guess, long term,