Skip to content

Jenner compatibility tests for 4 script(s)#1

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

Jenner compatibility tests for 4 script(s)#1
lwsinclair wants to merge 1 commit into
SpectrumHealthResearch: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. The ODS HTML5 examples from your SAS Global Forum 2018 paper run on it, producing the same PNG and SVG output your paper demonstrates.

This PR adds a small jenner-check/ directory with self-contained bundles built from your sas/ examples, each paired with the run it produced so you can see the output without a SAS install. The sashelp.fish sample is recreated locally as a plain DATA step so the scripts run anywhere, and the Windows Desktop filename filedir is pointed at the working directory; the ODS and PROC logic is yours, untouched.

jenner-check/
├── t001_ods_graphics_images/    # SGPLOT scatter -> PNG inside ODS HTML5 (inline + img)
├── t002_animated_svg/           # PROC FORMAT + PROC SQL + PROC GCHART by-species -> animated SVG
├── t003_embedded_css/           # ODS HTML5 headtext <style> tag + PROC PRINT
├── t004_multimedia_ods_text/    # ODS TEXT embedding an HTML5 <video> element
└── run_jenner.sh                # ./run_jenner.sh --all   (curl or the hosted workspace also work)

The animated-SVG example is a nice piece of work — building the per-species length-range grid with a cross join, a left join, and coalesce so empty ranges still chart as zero is exactly the right way to get clean, comparable bars across species. The embedded-CSS and ODS TEXT video tricks are a tidy way to show what HTML5 output makes possible.

No response needed — merge, close, or ignore as you like. To opt out of any future messages, reply with no-more-prs in a comment or open an issue titled jenner-check: opt out.


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

Bundles built from the repo's sas/ ODS HTML5 examples, each verified against
the Jenner API (status=ok, exit_code=0):
- t001_ods_graphics_images: PROC SGPLOT scatter -> PNG in ODS HTML5
- t002_animated_svg: PROC FORMAT + PROC SQL + PROC GCHART by species -> SVG
- t003_embedded_css: ODS HTML5 headtext <style> + PROC PRINT
- t004_multimedia_ods_text: ODS TEXT embedding an HTML5 <video> element

sashelp.fish recreated as a local DATA step; Windows filedir path made relative.

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