I am trying to run P21 using CLI via SAS. This is the code that I am trying to run: options xsync xwait; x java -jar "&jarpath.\&jarfile." ^ --standard=sdtm ^ --standard.version=3.2 ^ --source.sdtm="&sdtmpath." ^ --source.define="&sdmtdefine." ^ --cdisc.ct.sdtm.version=2020-12-18 ^ --engine.version="FDA 1903.1" ^ --report="&reportpath.\s101-sdtm.xlsx " ; However, I keep getting the error of "Internet connection is required for CLI validations". I am connected to the internet. Any help is appreciated.
... View more