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.

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.
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.

Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 508 views
  • 0 likes
  • 3 in conversation