BookmarkSubscribeRSS Feed
emilyjohnson
Calcite | Level 5

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.

2 REPLIES 2
sbxkoenk
SAS Super FREQ

And can you run it successfully outside SAS? In a CLI?

Koen

Tom
Super User Tom
Super User

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?

sas-innovate-wordmark-gradient-background 3.pngSAS Innovate

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1643 views
  • 0 likes
  • 3 in conversation