Jenner compatibility tests for 5 script(s)#84
Open
lwsinclair wants to merge 1 commit into
Open
Conversation
Adds a jenner-check/ directory with five small, self-checking bundles drawn from the repo's ADaM and TFL programs, each with a captured passing run: t001_tfl_demographics_table - standalone demographics (SQL/TRANSPOSE/REPORT/FREQ) t002_tfl_t_pop - Summary of Populations table t003_tfl_t_vscat - Vital Signs categorical summary t004_adam_adae - ADAE derivation (merge + visit windows + exposure) t005_adam_advs - ADVS derivation (ADSL x SDTM.VS merge) Includes run_jenner.sh / .sas / .bat and a README. Run with: cd jenner-check && ./run_jenner.sh --all Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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 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 CDISC01 SAS here runs on it directly.
This PR adds a
jenner-check/directory with five small, self-checking bundles drawn from your ADaM and TFL programs — the Summary of Populations table (t_pop), the Vital Signs categorical summary (t_vscat), the standalone demographics table, and the ADAE and ADVS derivations — each paired with a captured passing run. To run them,cd jenner-checkand execute./run_jenner.sh --all(a pure-SASrun_jenner.sasis included as well, or you can POST a bundle to the API directly).The repository is a pleasure to read — the independent prod/qc trees, the
t_naming convention, and adomino.sasautoexec that resolves libraries by run mode make each program self-describing. The visit-window derivation inADAE.saswas especially clean to follow.No response is expected — merge, close, or ignore as you see fit. To opt out of any future messages, reply with
no-more-prsor open an issue titledjenner-check: opt out.