-
**Describe the bug**
trying to save proc sql query in my sasuser Folder using
` proc sql Threads;
create table sasuser.nametable as
select
.....
quit;`
the query…
-
##### SUMMARY
Environment variables used in jumphost connection vars doesn't work with network_cli + paramiko. For example if we specify the private key using a env var like below:
~~~
export JH1…
-
I am trying to run "ansible-playbook viya_pre_install_playbook.yml -i pre-install.inventory.ini -v --check" and failed with below ERROR. I had switched different Ansible version from 2.7 version to 2.…
-
Currently we're loading all macro params into a single-variable work dataset and using prx to work through one 32k chunk at a time. DS2 might give us a way of parallelising the processing of multiple …
-
### Describe the issue you are having
Readme [correctly states](https://github.com/lancachenet/monolithic#suggested-hardware) that on typical commodity hardware and spinning disks you'll achieve up t…
-
**Describe the bug**
'%include ***.sas /source2' crashes the session when the included file has another encoding with te session encoding
*reproduce.py*
``` python
import saspy
sess = saspy.SAS…
-
I've tried to use the postgres db-enhanced version of mispwarninglists, but in case of updates - when executing `/usr/bin/python3 /analyzers/MISPWarningLists/warninglists_create_db.py`, it throws a lo…
-
At now, I did an example to open a Sas Session and get the data from a SasHelp table locally to test. However, I need to do a python code to connect and starts an exists .egp process. After that, get …
-
While running the above script i get the following error:
Cannot bind argument to parameter 'AbsoluteUri' because it is null?
---
#### Document Details
⚠ *Do not edit this section. It is required fo…
-
Hi,
I try to user SASpy on a windows server to connect to a remote SAS grid using iomcom. I'd like to have some help on the config file.
The iomhost should be the metadata server or work nodes …