Good morning everyone. I'm looking for a fairly complete example of the table.upload action. There's no example in the SAS guide:
https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/caspg/cas-table-upload.htm
Thanks
As the documentation states, this action can not be run using Proc CAS; action table.upload ...; See the CASL UPLOAD statement for details.
As for the question you mentioned: Which action loads the cars.csv file from the casuser caslib into memory?
This is the table.loadTable action.
In the documentation for this action it states:
| Note: | The upload action cannot be run from CASL, Python, and other clients in the same way that other actions like loadTable are run. Each client provides a client-specific function or method for transferring data to the server that runs the upload action. |
|---|
So which client application are you using? Is it a SAS program?
As the documentation states, this action can not be run using Proc CAS; action table.upload ...; See the CASL UPLOAD statement for details.
As for the question you mentioned: Which action loads the cars.csv file from the casuser caslib into memory?
This is the table.loadTable action.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →