Accessing Salesforce Objects using SAS without SAS Access to Salesforce or ODBC connection. Application programming Interface (API) comes super useful when you want to bypass user interface to perform operation and integration into application you like. REST API provided by... Read more
Managing resources on SAS Compute server is very essential and certainly require some monitoring and cleaning to keep it functioning properly. Once of such task is to find any runaway SAS jobs which might be orphaned or running for a... Read more
I explored different ways to fetch historic stock data using SAS Proc HTTP method and most suitable way was to use Yahoo Finance API which offer free download. I used Yahoo chart API along with Proc HTTP procedure of SAS... Read more
By · July 30, 2022 · 0 Comment While exploring about Proc HTTP procedure in SAS, I wondered if it is possible to get list of all stock ticker in NASDAQ along with its basic information, which can be used for screening of stocks... Read more