¡Hi mates! Is possible to control from SAS Studio when the user cancel or stop a node in SAS Studio? we want to kill a few Linux process when it occurs! Thank you very much for your comments.
... View more
Has anyone else encountered this error in SAS Studio? We know it's not a user code error, because it appears right after the workspace server's autoexec.sas file executes. We've already tried clearing the user node flows with: filename _all_ clear and ods _all_ close, but neither command has resolved the issue, even temporarily.
... View more
I was able to replicate the case, It works! ;*%mend;*);*';*";**/; run; Now, we want to replicate this for all users that use SAS Studio, I can't do that in workspace autoexec.sas code because It should be place at the beginning of the user's code, may be exist another place to do that?
... View more
Hi everyone! Maybe exist a way to disable the autogenerated variables when a user executes a task in SAS Studio? We want to avoid this: We appreciate the support you can provide us!
... View more
Are you using 9.4 or Viya? we are using 9.4 only (no viya) Do the parquet files already exist? No, normally we use the classic bulk load proc sql funcionality with some of the properties of it, for example create table schema.table ( bulkload=YES bl_host="namehost@something" bl_port=XXXX bl_datafile="/tmp_path/file.dat" bl_delete_datafile=YES hdfs_principal="hdfs/_HOST@DOMAIN.COM" dbcreate_table_opts="STORED AS PARQUET" ) as select * from saslibname.datasetsas; could it possible use in the propertie hdfs_principal a bucket s3?
... View more
Hi mates, Maybe exist any way to write parquet or avro files from SAS 9.4M8 using the classic bulk load? the final location for this type of files should be s3 storage of CDP public cloud. thanks for any help!
... View more