Skip to content

Jenner compatibility tests for 5 script(s)#84

Open
lwsinclair wants to merge 1 commit into
dominodatalab:CSRfrom
lwsinclair:jenner-check/initial-bundles
Open

Jenner compatibility tests for 5 script(s)#84
lwsinclair wants to merge 1 commit into
dominodatalab:CSRfrom
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 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-check and execute ./run_jenner.sh --all (a pure-SAS run_jenner.sas is included as well, or you can POST a bundle to the API directly).

jenner-check/
├── run_jenner.sh / .sas / .bat
├── t002_tfl_t_pop/        (Summary of Populations)
├── t003_tfl_t_vscat/      (Vital Signs categorical summary)
├── t004_adam_adae/        (ADAE derivation)
└── ...                    (one folder per bundle)

The repository is a pleasure to read — the independent prod/qc trees, the t_ naming convention, and a domino.sas autoexec that resolves libraries by run mode make each program self-describing. The visit-window derivation in ADAE.sas was 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-prs or open an issue titled jenner-check: opt out.

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>
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