BookmarkSubscribeRSS Feed
Romilson
Calcite | Level 5

Olá pessoal, eu sou novo usuário do sas e eu gostaria de saber como eu faço pra usar no google-colab.

!pip install saspy

# Crie o conteúdo do arquivo de configuração
config_content = """
SAS_config_names = ['default']
default = {'saspath': '/opt/sasinside/SASHome/SASFoundation/9.4',
'workpath': '/content/sascfg_personal.py',
'options': ["-fullstimer", "-noprint"] }
"""
# Grave o conteúdo em um arquivo
with open('sascfg_personal.py', 'w') as f:
f.write(config_content)

import saspy
sas = saspy.SASsession()
 
1 REPLY 1

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1041 views
  • 0 likes
  • 2 in conversation