/* MSC validation bundle v1 — SAS inspection only — MIT.
   Python and R are the only executed references for this release.
   This syntax has not been executed across every branch and must never emit bundle_contract_complete=true. */

proc import datafile="msc-validation-inputs-v1.csv"
  out=work.msc_validation_inputs dbms=csv replace;
  guessingrows=max;
  getnames=yes;
run;

proc freq data=work.msc_validation_inputs;
  tables page_id*variable value_type data_status license / missing;
run;

/* Inspection stops here: no scientific metric or release verdict is produced. */
