SAS itself runs on Windows. What it needs is a license, and that is usually the part that stops you. Jenner runs the same programs — the same DATA steps, the same macros, the same PROC calls — on the Windows machine you already have, without one.
Install Jenner, open a program you already have, and run it. Nothing is converted and nothing is ported: the .sas file on your disk is the file that executes. If you are weighing the options rather than ready to install, the questions further down name every route a Windows user actually has, including the ones that are not us.
Run a program from the command line so it can be scheduled by Task Scheduler, call it over HTTP from a pipeline, or work interactively in a Jupyter notebook. Programs stay in SAS syntax, so a file written here runs unchanged on a colleague's Mac or on a Linux server.
Jenner is SAS-compatible: the language your programs are already written in, running on Windows with the same statement and option names you use now.
The core of the language runs as written — DATA step logic, arrays, formats and informats, the macro facility, and PROC SQL. Code that was written against SAS 9.4 syntax does not need a porting pass before it will execute.
Regression and linear modeling, survival analysis, multivariate methods and clustering, time series, quality control, summary and reporting. Every procedure has a published reference page listing the statements and options it supports, so you can check a specific one before committing to anything.
Jenner reads and writes SAS7BDAT and XPT directly on Windows, alongside CSV and Parquet. Datasets sitting on a shared drive do not need converting before you can read them, and output can be written back in the same format the rest of your team expects.
The same source runs on Windows, macOS, and Linux. A program developed on a Windows laptop runs unchanged as a scheduled job on a Linux server, which is usually where the production run happens.
Jenner passes all 58 datasets in the NIST Statistical Reference Datasets benchmark — the standard third-party accuracy suite for statistical software. The procedure reference is published in full, so the claim that a specific PROC is supported is one you can check before you migrate anything.
No SAS license, and no rewrite. The same programs you already have.
Start Free Trial