https://github.com/cjdinger/sasharness
Windows Forms application that shows how to use SAS Integration Technologies to run SAS programs.
https://github.com/cjdinger/sasharness
Last synced: about 1 year ago
JSON representation
Windows Forms application that shows how to use SAS Integration Technologies to run SAS programs.
- Host: GitHub
- URL: https://github.com/cjdinger/sasharness
- Owner: cjdinger
- Created: 2013-02-21T22:18:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-26T16:44:40.000Z (about 13 years ago)
- Last Synced: 2025-04-09T16:16:31.667Z (about 1 year ago)
- Language: C#
- Size: 311 KB
- Stars: 15
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SAS Program Harness
***
This repository is contains an example that shows
how to use SAS Integration Technologies from a Microsoft .NET
application. This version is implemented in C#.
Written by [Chris Hemedinger](http://blogs.sas.com/content/sasdummy) as part of
a published paper at SAS Global Forum 2013.
## About this example
This sample application has the following features:
- Connects to a SAS Workspace session using a server that you define in a dialog window
- Allows you to connect to a "local" instance of SAS -- no configuration required.
- Features three windows: a program editor, a log viewer, and a listing viewer. (Does that seem familiar?)
- Allows you to run a SAS program on a background thread, keeping the main user interface responsive
- Retrieves the SAS log and listing output, and colors each line of output as appropriate (errors, warnings, notes, page boundaries)
- Provides a simple Data Set viewer: open a data set from SAS library, apply a filter (WHERE= option)
## Screen shots


For more details, see the sasCommunity page for this paper:
[Create Your Own Client Apps Using SAS Integration Technologies](http://www.sascommunity.org/wiki/Create_Your_Own_Client_Apps_Using_SAS_Integration_Technologies)