This repository contains SAS materials for the Dataset-JSON v1.1 Hands-On Implementation Training (October 21, 2024, 9:00 AM-1:00 PM). The repository has a SAS implementation for converting Dataset-JSON files to and from SAS datasets following the CDISC Dataset-JSON v1.1 specification.
This repository is adapted from the https://github.com/lexjansen/dataset-json-sas GitHub repository.
Go to SAS® On-Demand account by signing in with your SAS profile at: https://welcome.oda.sas.com/
Use the following code to clone the GitHub repository to your SAS® OnDemand environment:
data _null_;
rc=GITFN_CLONE("https://github.com/lexjansen/cdisc-interchange-us-2024-datasetjson.git",
"/home/&SYSUSERID/cdisc-int2024-dataset-json-sas");
put rc=;
run;
Use the following code to delete the folder that you cloned from GitHub from your SAS® OnDemand environment:
data _null_;
rc = GIT_DELETE_REPO("/home/&SYSUSERID/cdisc-int2024-dataset-json-sas");
put rc=;
msg=sysmsg();
put msg=;
run;
- ADaM: ADaM Metadata Submission Guidelines v1.0, 18 April 18 2023
- SDTM: SDTM Metadata Submission Guidelines v2.0, published 30 March 2021
- SEND: CBER Pilot (with updated stylesheet)
When encountering issues, please open an issue at https://github.com/lexjansen/cdisc-interchange-us-2024-datasetjson.
This project is using the MIT license (see LICENSE
).
The macros cstutilcheckvarsexist.sas, cstutilgetattribute.sas, cstutilnobs.sas, cstutilxptread.sas, cstutilxptwrite.sas are licensed under the Apache 2.0 License
.