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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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