BookmarkSubscribeRSS Feed
sasifried
Calcite | Level 5

When attempting to run PROC UPLOAD, am receiving "Procedure UPLOAD not found".  Is there some component or licensing required for this?  

 

Thanks

4 REPLIES 4
Reeza
Super User
PROC UPLOAD falls under the SAS CONNECT module which does require a license and installation.

Check your license with:

proc setinit;run;

Check what's installed with:

proc product_status;run;
ChrisHemedinger
Community Manager

PROC UPLOAD is part of SAS/CONNECT, which is designed for a client SAS session to send data to a remote SAS session on another server.

 

Is that your situation? If you're using SAS Studio, then you need to use the Upload tools within SAS Studio send files via your browser. If using SAS Enterprise Guide, you can use the Copy Files task (for any files) or the Upload SAS Data Sets task (for data sets only) to transfer files from your PC to the remote SAS session.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
sasifried
Calcite | Level 5

Thanks very much Chris!  Yes, we'd like to transfer files from the PC Base SAS to a zOS SAS 9.4 system.

 

Thanks

ChrisHemedinger
Community Manager

If you have PC SAS and SAS on z/OS, then chances are good that you do have a SAS/CONNECT license in your organization. The missing piece might be that SAS/CONNECT client wasn't installed on your local PC instance of SAS.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1006 views
  • 0 likes
  • 3 in conversation