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.
And can you run it successfully outside SAS? In a CLI?
Koen
Why does your posted code have those ^, caret, characters in it? That does not look like a valid command.
Are you sure the command you are trying to run via X command actually works on the server where SAS is running? Can you login to that server and try the same command without involving SAS?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.