07-08-2020
SvenWagner
Fluorite | Level 6
Member since
10-05-2018
- 12 Posts
- 0 Likes Given
- 0 Solutions
- 1 Likes Received
-
Latest posts by SvenWagner
Subject Views Posted 1825 06-29-2020 07:14 AM 1961 06-26-2020 08:30 AM 10258 07-08-2019 02:09 AM 10355 07-05-2019 03:11 AM 10371 07-05-2019 02:02 AM 1923 06-04-2019 08:46 AM 1303 02-11-2019 03:08 AM 1491 12-13-2018 08:05 AM 929 10-11-2018 01:38 AM 2099 10-10-2018 02:19 AM -
Activity Feed for SvenWagner
- Posted Re: Troubles accessing DB2 on SAS Programming. 06-29-2020 07:14 AM
- Posted Troubles accessing DB2 on SAS Programming. 06-26-2020 08:30 AM
- Posted Re: Reading Parquet-Files in SAS 9.4 on SAS Data Management. 07-08-2019 02:09 AM
- Posted Re: Reading Parquet-Files in SAS 9.4 on SAS Data Management. 07-05-2019 03:11 AM
- Posted Reading Parquet-Files in SAS 9.4 on SAS Data Management. 07-05-2019 02:02 AM
- Posted PROC SQL & MAX on SAS Procedures. 06-04-2019 08:46 AM
- Got a Like for Re: Restore SPDE Data Sets. 02-11-2019 06:34 AM
- Posted Re: Restore SPDE Data Sets on SAS Data Management. 02-11-2019 03:08 AM
- Posted Restore SPDE Data Sets on SAS Data Management. 12-13-2018 08:05 AM
- Posted Re: PROC FedSQL with stochastic results on SAS Procedures. 10-11-2018 01:38 AM
- Posted Re: Erratic proc fedsql behaviour on SAS Procedures. 10-10-2018 02:19 AM
- Posted Re: Erratic proc fedsql behaviour on SAS Procedures. 10-09-2018 02:14 AM
- Posted PROC FedSQL with stochastic results on SAS Procedures. 10-05-2018 04:12 AM
-
My Liked Posts
Subject Likes Posted 1 02-11-2019 03:08 AM
09-14-2020
08:30 AM
2 Likes
Just want to add, if you create a csv file, that hasn't to be moved to your local SAS server. You can use FILENAME HADOOP to access the file in hdfs. PROC HADOOP let you submit hdfs commands or exxecute pig programs which can come in handy when converting the parquet file. None of these require a separate SAS/ACCESS licence.
... View more
06-29-2020
07:24 AM
It's not about the code it's about the data. Also did your see this page about SQLSTATE 01S07? https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.ibm.db2.luw.apdv.cli.doc/doc/r0058997.html
... View more
06-04-2019
08:56 AM
1 Like
When you use max() (and other such functions, like min() or avg()) with more than one argument, then it works "horizontally" within the current observation.
With only one column name as parameter, it turns into a summary function that works "vertically" for the group (or the whole dataset).
... View more
02-11-2019
03:08 AM
1 Like
Obviously, it is possible to spare the path statments for data files, indexes and metadata. If you do so, there is no path entry within the mdf-files and you can move the directory using Windows drag & drop. Certainly not what originally is intended by SPDE, but it works. 🙂
... View more
10-10-2018
02:19 AM
Thanks, but unfortunately, your proposal does not fix the problem in my case. Please, would you take a look at my post https://communities.sas.com/t5/SAS-Procedures/PROC-FedSQL-with-stochastic-results/td-p/501773 ? The problem is the same with und without using SPDE.
... View more