Hi,
please check the embedded documentation of the SQL call atom as shown in the screenshot below:
My proposal is to use the following option for the handover of the SQL statement:
Entering an Atom Identifier
Enter the name of an XSL transformation atom that contains the SQL statement or statements. Enter, for example, #atom4.
In atom4, provide the SQL statement in the <sql> tag, for example:
<sql xmlns="">select ItemCode, ItemName as 'Name' from OITM where ItemCode = 'A00001'</sql>
The procedure also supports you in processing large SQL statements. For more information, see section 6 of the document
Best regards
Bastian