I want to create sas7bdat file using dataset in c#.
Can some one guide how can i do that?
@selukarchetan7 I am not a C# developer and the SAS Communities is not going to be the best place to ask for help with creating a C# application.
The available integration points are all documented on the https://developer.sas.com/ site. Please review this site. Any REST client can integrate with a SAS Viya based environment. You'd need to do your own research and investigation how to get C# to leverage the exposed REST endpoints.
I have a dataset how can i just generate sas7bdat file in c#
@selukarchetan7 wrote:
I have a dataset how can i just generate sas7bdat file in c#
A SAS dataset is a .sas7bdat file.
@selukarchetan7 I am not a C# developer and the SAS Communities is not going to be the best place to ask for help with creating a C# application.
The available integration points are all documented on the https://developer.sas.com/ site. Please review this site. Any REST client can integrate with a SAS Viya based environment. You'd need to do your own research and investigation how to get C# to leverage the exposed REST endpoints.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.