util_initScaproc / util_termScaproc run unmodified on Jenner#1
Open
jenner-analytics wants to merge 1 commit into
Open
util_initScaproc / util_termScaproc run unmodified on Jenner#1jenner-analytics wants to merge 1 commit into
jenner-analytics wants to merge 1 commit into
Conversation
Adds jenner-check/ with two self-contained test bundles built from this repo's own SAS: t001 exercises util_initScaproc/util_termScaproc's enable-flag gating and PROC SCAPROC RECORD/WRITE calls unmodified; t002 runs the usage_util_xxxxscaproc.sas pipeline (PROC SUMMARY, the %split macro caller, PROC EXPORT). Includes the shell runner and README; nothing outside jenner-check/ is touched and nothing runs on merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 util_initscaproc.sas / util_termscaproc.sas run on Jenner unmodified — this PR adds a small compatibility bundle so you can see for yourself. It's the test we wrote for your macro library, shared in case it's useful, and was assembled with AI assistance as is most code in modern businesses today.
We particularly liked how
util_parseScaprocturns SCAPROC's raw trace text into a real lineage artifact — the ordered hash table for concatenated-library resolution (libHash), thePROC FORMAT CNTLIN=trick used twice over for step names and unique entity labels, and the HTML-table node labels in the generated DOT output so column-level attributes render inline in the graph. That's a level of polish beyond "parse a log file"; it's a small compiler pass.usage_util_xxxxscaproc.sasshows off the pattern too, bracketing a real PROC SUMMARY/%split/PROC EXPORT pipeline between the init/term macros.jenner-check/has two bundles built from your code:t001_util_init_term_scaproccalls%util_initScaproc/%util_termScaprocunmodified around a small PROC MEANS/FREQ step, exercising the enable-flag gating and the PROC SCAPROC RECORD/WRITE calls exactly as written;t002_usage_xxxxscaprocruns the PROC SUMMARY →%split→ two-year comparison → PROC EXPORT pipeline from your usage program (sashelp.prdsale swapped for a small mock table with the same columns, since that table isn't in this engine's sashelp set). Nothing outsidejenner-check/is touched, nothing runs on merge:To try it yourself, check out this PR's branch and run from the repo root:
or
cd jenner-check && ./run_jenner.sh --allto re-run both bundles and verify the pinned fields in eachexpected.json. The hosted API is free to try, no signup required — full reference: the docs.The runner uploads only a bundle's SAS source text (
autoexec.sas+script.sas) toapi.jenneranalytics.com, where it runs and returns the log and listing. It does not read or upload any data files, so anything sitting next to a script stays on your machine — only the code you run is transmitted, as with pasting a snippet into any hosted tool. Nothing is sent unless you run a command yourself.Merge, close, or ignore this PR — no response expected. We won't open further PRs in this repo; to opt out for good, mention
no-more-prsin any comment or open an issue titledjenner-check: opt out.Lawrence W. Sinclair
CEO / Jenner Analytics Ltd
linkedin.com/in/lwsinclair/