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.

Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!
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.

Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 1826 views
  • 0 likes
  • 3 in conversation