I have installed Pinnacle 3.0 , trying to use CLI running through SAS. However i am unable to run and generate the report. Please see below code as a reference. Can you please let me know if i am missig anything. Thanks a lot.
Pinnacle 21 uses cookies to make our site easier for you to use. By continuing to use this website, you agree to our use of cookies. For more info visit our Privacy Policy.
Hello,
I have installed Pinnacle 3.0 , trying to use CLI running through SAS. However i am unable to run and generate the report. Please see below code as a reference. Can you please let me know if i am missig anything. Thanks a lot.
%let jarpath = %str(C:\Users\nayyalas\AppData\Local\Programs\pinnacle21-community\resources\app.asar.unpacked\components\lib);
%let jarfile = %str(p21-client-1.0.0.jar) ;
%let reportpath=C:\Users\nayyalas\Documents\Pinnacle 21 Community\reports;
java -jar "&jarpath.\&jarfile."
--standard=sdtm
--standard.version=3.2
--source.sdtm="&sdtmpath."
--cdisc.ct.sdtm.version=2018-12-21
--unii.version=2018-10-25
--ndf-rt.version=2018-02-05
--meddra.version=20.1
--report="&reportpath.\s101-sdtm.xlsx"
;