Skip to content

Test_program_n01.sas runs unmodified on Jenner - #1

Open
jenner-analytics wants to merge 1 commit into
KWLangendorf:masterfrom
jenner-analytics:jenner-check/initial-bundles
Open

Test_program_n01.sas runs unmodified on Jenner#1
jenner-analytics wants to merge 1 commit into
KWLangendorf:masterfrom
jenner-analytics:jenner-check/initial-bundles

Conversation

@jenner-analytics

@jenner-analytics jenner-analytics commented Jul 17, 2026

Copy link
Copy Markdown

Jenneranalytics.com provides an API that runs SAS code, with support for more than 200 SAS procedures. You can also use it with AI assistants in a collaborative workspace. It's available for Mac on the Apple App Store, and by license for Windows and Linux.

We support the larger community by
(1) increasing access to SAS-compatible systems,
(2) by providing test coverage and a test coverage framework to public SAS repos in order to encourage the use of best practices in software engineering.

Your Test_program_n01.sas runs on Jenner unmodified — this PR adds a small compatibility bundle so you can see for yourself. It's the test we wrote for your repo, shared in case it's useful, and was assembled with AI assistance as is most code in modern businesses today.

It's a short script, but a clean one: filtering sashelp.class down to where sex='M' in four lines is exactly the kind of terse DATA step that's easy to get subtly wrong (people reach for an unnecessary IF/THEN, or fumble the quoting on the character comparison), and you didn't. Reaching for the built-in sashelp.class table is also a good instinct for something meant to be quickly checkable.

jenner-check/ is a self-contained bundle: a byte-identical copy of your script, the captured log from a real run against it, and a small runner. Nothing outside this directory is touched, and nothing executes on merge.

jenner-check/
├── run_jenner.sh
├── README.md
└── t001_test_program_n01/
    ├── script.sas
    ├── autoexec.sas
    ├── expected.json
    └── expected/
        ├── log.txt
        └── output.txt

To try it yourself, check out this PR's branch and run from the repo root:

gh pr checkout 1
curl -sS --data-binary @jenner-check/t001_test_program_n01/script.sas https://api.jenneranalytics.com/v1/quick

or cd jenner-check && ./run_jenner.sh --all to re-run the bundle and verify it against the pinned log output. The hosted API is free to try, no signup — full API reference: the docs.

One note on data handling: the runner uploads only the SAS source text of the script it runs (plus a two-line autoexec) to api.jenneranalytics.com, which runs it and returns the log and listing. It does not read or upload any other files, so anything sitting next to a script stays on your machine, and nothing is sent unless you run a command yourself.

Merge, close, or ignore this PR as you like — no response expected, and we won't open further PRs in this repo. If you'd rather opt out for good, drop no-more-prs in a comment, or open an issue titled jenner-check: opt out.


Lawrence W. Sinclair
CEO / Jenner Analytics Ltd
linkedin.com/in/lwsinclair/

Adds jenner-check/, a self-contained compatibility bundle for
Test_program_n01.sas plus a small shell runner. The bundle captures
a passing run of the script (unmodified) against the hosted Jenner
API, along with the pinned log output for verification.

Nothing outside jenner-check/ is touched, and nothing executes on
merge.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant