cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
Jackie_
Level VI

Opening JSL from one drive link

Hi,

 

How can I access jsl script stored in the one drive? I tried using Include and Web option but it doesn't work. Is it supported in JMP?

 

Thanks,

Jack

3 REPLIES 3

Re: Opening JSL from one drive link

I think so. For example, this short example shows how I open a JMP data table from my OneDrive folder.

 

dt = Open( "C:\Users\mabail\OneDrive - SAS\@Action\EasyDOE\Alias Matrix.jmp" );

Does this approach work for your script?

Jackie_
Level VI

Re: Opening JSL from one drive link

Hey Mark @Mark_Bailey ,

 

I'm trying to access using share point. It doesn't work with Open either. Thanks for the suggestion

Re: Opening JSL from one drive link

Did you read the past discussions about accessing files in SharePoint (not OneDrive)? (Just search for "sharepoint")