Skip to content

Jenner compatibility tests for 1 script - #1

Open
lwsinclair wants to merge 1 commit into
govcloud:masterfrom
lwsinclair:jenner-check/initial-bundles
Open

Jenner compatibility tests for 1 script#1
lwsinclair wants to merge 1 commit into
govcloud:masterfrom
lwsinclair:jenner-check/initial-bundles

Conversation

@lwsinclair

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 Anthropic Claude Code AI in a collaborative workspace. It's available for Mac on the Apple App Store, and by license for Windows and Linux. Your test/marks.sas runs on it unmodified — this PR adds a small jenner-check/ directory so you can see for yourself.

The new directory holds one bundle built from test/marks.sas, plus a runner. The bundle's script.sas is your program with the external infile 'statclass1.dat' swapped for inline datalines carrying this repo's own test/report.dat, so it runs as a single self-contained file — every PROC, option, and statement is exactly as you wrote it. To try it, from inside jenner-check/ run ./run_jenner.sh --all (or run_jenner.sas from base SAS); it returns the log, the full listing, and the FREQ, GLM, CORR, and REG graphics as downloadable links. The full battery comes through: the formats, the t-tests, the one-way ANOVA, the correlation matrix, and both regressions including the Type I SS and the TEST statement.

It's a tidy piece of teaching code — the touch I liked is the grading DATA step, where you drop each student's lowest quiz and computer score before averaging and then nudge the borderline marks up at the grade boundaries. It makes the whole STA3000 example easy to follow end to end.

No response needed — merge it, close it, or leave it; either way it's here if it's useful. To opt out of future PRs, reply with no-more-prs in any comment or open an issue titled jenner-check: opt out.


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

Adds jenner-check/ with one bundle built from test/marks.sas: the repo's
STA3000 grades program (proc format + DATA step + FREQ/MEANS/TTEST/GLM/
CORR/PLOT/REG). The external 'infile statclass1.dat' is replaced by inline
datalines carrying the repo's own test/report.dat; all proc logic is
unchanged. Includes run_jenner.sh/.bat/.sas runners and a README.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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