I\'ve been asked to read some data from SAS in an ASP.Net application. I\'ve got working code for a Windows Forms app. However the same code doesn\'t work in ASP.Net however I can try it. A clean proj
I have a progra开发者_C百科m in which I am reading dictionary.columns. There is a big program with lot of code before and after the program segment in which I read dictionary.column.
In SAS you can do. data a(rename=(a=b) ); a = 1; run; to rename a variable in the data step data statement (or data step header as I call it).
I want to investigate how to access SQLite DB from SAS. What\'s the easiest way of doing this? Is there a SAS 开发者_如何学编程product that we can license to do that? I don\'t want to use ODBC drivers
We are designing a major webapplication for the www. It a social community site. And I would like to know witch direction I need to take.
has anyone successfully interacted with a microsoft exchange serv开发者_JS百科er in SAS 9.1.3 or 9.2? i know it can be done with SAS Ent. Guide 4.x, but i\'m not interested in that route if regular SA
If I have, say, grades (A,B,C,D,E,F), and want to display the percentage and N of kids who got an A or B out of all kids, and ONLY tha开发者_运维知识库t info, is it possible with PROC TABULATE?
I\'ve been developing a lot of Java, PHP and Python. All of which offer great logging packages (Log4J, Log or logging respectively). This is a great help when debugging applications. Especially if the
I need SAS to read many large log files, which are set up to have the most recent activities at the bottom. All I need is the most recent time a particular activity occurred, and I was wondering if it
开发者_JS百科I have a program which creates a stored compiled macro in a library using the syntax: