How do i download files from intra company web in SAS, where i need to enter the ID, password and navigate to file and then download.
Its a long question without any support. please help !
Is it a sas data-set file or an external file (.txt, .xls, .csv ...) ?
If it is sas data-set - are your computer and the host of same OS ? (32/64 bit, unix/linux/windows)
Do you have access to the file ?
For an external file check for FILENAME options - google for SAS FILENAME SYNTAX - with your OS.
If the files are on different OS you can use filename <fname> FTP ... engine.
Firstly try the third-side software like cURL . after that use SAS to import that file .
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.