I want to run a python script from a SAS JMP environment using JSL. What are the options?
Look at the SAS community - it will be the best source of information.
Some search queries show that you can call a python script from JSL. Here are two examples:
https://communities.sas.com/t5/SAS-Communities-Library/Tip-How-to-execute-a-Python-script-in-SAS-Enterprise-Miner/ta-p/223761
https://community.jmp.com/t5/Discussions/Best-method-to-get-a-python-object-into-JMP/td-p/15158
This JSL works in my hands. (JMP 13.2)
x = RunProgram( executable( "/Users/bywing/anaconda/bin/python" ), options( "/Users//bywing//BasicIrisExample.py" ), readfunction( "blob" ) );
Source: https://habr.com/ru/post/1013639/More articles:Reading multiple integers in multiple lines - javaInitializing an F # Object Using a Constructor - constructorXamarin Forms The fill width of the image with the corresponding aspect - xamarinNavigation between Angular 2 child routes - angularEXCEPTION: Unprepared (in promise): Error: cannot find module 'app / home / home.module' - angularDjango () model number with caching - databaseHow does the dplyr :: n function work? - rProblem with Null SpeechletResponse (Alexa) - node.jsThe package "Microsoft.EntityFrameworkCore.Tools.DotNet 1.0.0-msbuild2-final" has the package type "DotnetCliTool", which is not supported by the project - c #webpack with multiple angular 2 modules - angularAll Articles