allan fd55105f62
Some checks failed
Release / Build-production-and-ng-test (push) Successful in 4m20s
Release / release (push) Has been cancelled
Release / Build-and-test-development (push) Has been cancelled
chore(git): adding size check in precommit hook
2025-06-27 16:42:13 +01:00
2025-06-25 20:20:19 +01:00
2024-01-16 12:04:39 +05:00
2025-06-11 19:04:21 +01:00
2024-01-22 10:30:19 +00:00
2023-07-13 13:44:05 +02:00
2025-06-26 16:29:21 +00:00
2023-07-25 09:09:57 +01:00
2025-06-26 16:29:21 +00:00
2025-06-06 23:24:35 +01:00

Data Controller for SAS

Control your manual data modifications!

Alternatives to Data Controller include:

  • 💾 Developing / testing / deploying / scheduling overnight batch jobs to load files from shared drives
  • 🔒 Opening (and locking) datasets in Enterprise Guide or SAS® Table Viewer to perform direct updates
  • Asking a #DBA to run validated code after a change management process
  • 🌐 Building & maintaining your own custom web application
  • 🏃 Running #SAS or #SQL updates in production

Problems with the above include:

  • Legacy 'black box' solutions with little to no testing, documentation or support
  • End users requiring direct write access to critical data sources in production
  • Upload routines that must be manually modified when the data model changes
  • Breaches due to unnecessary parties having access to the data
  • Inability to trace who made a change, when, and why
  • Reliance on key individuals to perform updates
  • Building bespoke ETL for every new data source
  • High risk of manual error / data corruption

Data Controller for SAS® solves all these issues in a simple-to-install, user-friendly, secure, documented, battle-tested web application. Available on Viya, SAS 9 EBI, and SASjs Server.

An individual Viya deploy can be done in just 2 lines of #SAS code!

filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya.sas";
%inc dc;

For a multi-user deploy, using a shared system account, please see deploy docs.

For further information:

For support, contact support@4gl.io or reach out on Matrix!

Description
Capture, Review, Approve. This repo contains the source code (and release assets) for the Data Controller application.
https://datacontroller.io
Readme 50 MiB
v7.0.3 Latest
2025-06-26 16:29:31 +00:00
Languages
TypeScript 32.9%
JavaScript 26.4%
SAS 25.8%
HTML 10.9%
SCSS 3.4%
Other 0.6%