Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mindyckay
Partner - Contributor II
Partner - Contributor II

Run SAS Code within QlikView

Is it possible to integrate SAS code within QlikView like we can with R and Python?  If so, could someone point me in the right direction to learn more about this?

Thanks,

Mindy

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Integrate? No. You can execute external programs in the script if you disable some security settings. Then you can do things like this‌, i.e. create a batch script that runs the sas software and execute the batch script from the Qlikview script. It looks like SAS also has a com api so perhaps you can write a vbscript macro that uses this.


talk is cheap, supply exceeds demand
Not applicable

You can't directly write SAS code in Qlikview script. May be you can try what gwassenaar