Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need to use the NoConcatenate option with an SQL Select statement: in the documentation it seems possible but It seems I'm not using the correct syntax.
The user manual show the noconcatenate load instruction only, while the noconcatenate sql select doesn't run.
Thanks
Hello,
try
MyTab:
noconcatenate LOAD
*
;
SQL SELECT ...
hth,
Thilo
Hi Thilo,
Thanks a lot: it runs !