Hi Lakshmi, Thanks for confirming that the issue can be reproduced.
Regards, Masashi Kamura Fujitsu Limited From: lakshmi <[email protected]> Sent: Monday, April 20, 2026 4:19 PM To: Kuroda, Hayato/黒田 隼人 <[email protected]> Cc: Kamura, Masashi/嘉村 雅志 <[email protected]>; [email protected] Subject: Re: ECPG: inconsistent behavior with the document in “GET/SET DESCRIPTOR.” Hi, I was able to reproduce this issue. The precompiler accepts: EXEC SQL GET DESCRIPTOR d :desc_count1 = count, :desc_count2 = count; but generates invalid C code with concatenated variables, which fails at compile time. After applying the patch and rebuilding ecpg, the same statement is now rejected during preprocessing with a syntax error. So the patch works as expected. Thanks for the fix. Regards, Lakshmi G
