Hello,
SAS VIYA LTS 2023.03
I have created a SAS VIYA Job using a simple HTML form using two text box which are linked to a proc fedsql running in CAS.
The input and output tables of the proc fedsql are in CAS.
When proc fedsql is executed with hard coded values in the where statement the running time is about 15 seconds.
When proc fedsql is executed with the values from the SAS Job (via the HTML form) in the where statement the running time is about 5 minutes.
The same values have been used via HTML form and hard coded and also the same input and output tables.
Can anyone please help with suggestions that can reduce the running time of the SAS Job?
Thank you,
smm662002