Hey @joeFurbee , Thank you so much for your quick response. I tried the code you gave me but Its giving some errors 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 75 76 /* Load macros and obtain app token. Admin Task. */ 77 filename mc url "https://raw.githubusercontent.com/macropeople/macrocore/master/mc_all.sas"; 78 %inc mc; ERROR: The connection has timed out.. ERROR: Cannot open %INCLUDE file MC. 79 %let client=new%sysfunc(ranuni(0),hex16.); 80 %let secret=MySecret; 81 %mv_getapptoken(client_id=&client,client_secret=&secret) - 180 WARNING: Apparent invocation of macro MV_GETAPPTOKEN not resolved. ERROR 180-322: Statement is not valid or it is used out of proper order. 82 83 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 84 85 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 96 frankly speaking I am having no idea about SAS. My simple requirement is to get data through SAS API so didn't created any SAS Web App just got the example or demo app from the SAS itself. Its not having any admin console, nor configuration. It's just having SAS Drive. If you want the credentials for that demo app I can provide It to you. So, you can look into it and suggest me something on it.
... View more