BookmarkSubscribeRSS Feed
cbustama
Calcite | Level 5

Hi,

Can proc json and proc sql be used together to connect to an odbc platform the reads javascript?

 

Carlos

2 REPLIES 2
pink_poodle
Barite | Level 11
To connect to odbc, you would need to use a libname statement after going though these steps:
https://documentation.sas.com/?docsetId=bidsag&docsetTarget=p1t9q2knb9tq5ln101dkrdsa9ymf.htm&docsetV...
After you have connected, it it understands java then you can use proc json. I am not sure about proc sql, you can find out by trying it.
BillM_SAS
SAS Employee

PROC JSON only writes data in JSON format. To read JSON, you can use the JSON Engine in a Libname statement.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 435 views
  • 0 likes
  • 3 in conversation