Password protected SAS data files
Greetings to all!
Can you please suggest how should a password protected SAS data file be opened/queried by passing the username/pw from the JSL script? A line of code would help... Thanks
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesGreetings to all!
Can you please suggest how should a password protected SAS data file be opened/queried by passing the username/pw from the JSL script? A line of code would help... Thanks
Is there a way to make a symbol that is is used in place of a column name? Like in my head, next to the units property, there's a "variable symbol" property that I can put in F for force or C_0 for initial concentration, or whatever, and then that shows up on plots axes and stuff, rather than my over stuffed descriptive column names? I suppose I could write the symbol in the name and write the ful...
Hello, this is the current graph I have. I want to include both the error bars and the value labels for the mean, but they are overlapping. Is there anyway I can move the value labels slightly higher so they do not overlap with the value labels? Alternatively, if anyone knows how to make a caption box instead of stacking the numbers vertically have them go horizontally, that would work too. Thanks...
I'm having a conceptual problem figuring out how local variables work. I'll simplify the issue to focus in on what is confusing to me. I create a local variable, say t0, with a value of 5. Then I write a column formula to increment this value by 1... either t0=t0+1 or t0+=1 (it doesn't seem to matter), the result that I expected was that when JMP evaluated each cell in the column, it would increme...
Hi,
is that a way to remove any string that contain numbers using JSL? Example:
I ate 4 apples and 2 bananas
the model number is 0998GBELS03/45 is the ratio to check Targeted Output:I ate apples and bananas
the model number is is the ratio to check
Hello, this is the current graph I have. I want to include both the error bars and the value labels for the mean, but they are overlapping. Is there anyway I can move the value labels slightly higher so they do not overlap with the value labels? Alternatively, if anyone knows how to make a caption box instead of stacking the numbers vertically have them go horizontally, that would work too. Thanks...
I'm having a conceptual problem figuring out how local variables work. I'll simplify the issue to focus in on what is confusing to me. I create a local variable, say t0, with a value of 5. Then I write a column formula to increment this value by 1... either t0=t0+1 or t0+=1 (it doesn't seem to matter), the result that I expected was that when JMP evaluated each cell in the column, it would increme...
Hi,
is that a way to remove any string that contain numbers using JSL? Example:
I ate 4 apples and 2 bananas
the model number is 0998GBELS03/45 is the ratio to check Targeted Output:I ate apples and bananas
the model number is is the ratio to check
Did you notice that PickFile looks different when it's opened from within a project? More than that - when Pick File is opened from a project, with mydir pointing to a network drive with thousands of files, Jmp will freeze for dozens of seconds:mydir= "\\computername\directory";
Pickfile("select a file" , mydir)
So, if you work in a project, to prevent Jmp from freezing, please be sure that your i...
Goal Getting a summary data table from reports of statistical tests with the Oneway analysis platform. Question How to create a dialog box - via JSL - to transfer data into the Oneway analysis platform. The dialog box should contain the yellow marked fields in the screenshot. The „Y, Response“ should be able to get more than one column. @martindemel
Did you notice that PickFile looks different when it's opened from within a project? More than that - when Pick File is opened from a project, with mydir pointing to a network drive with thousands of files, Jmp will freeze for dozens of seconds:mydir= "\\computername\directory";
Pickfile("select a file" , mydir)
So, if you work in a project, to prevent Jmp from freezing, please be sure that your i...
w = New Window("window", <<Journal, hlb = hlistbox() );
w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" );
w << SavePDF ( "C:\Users\blahblah.pdf");
The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...
Hello - First of all, I'm speaking very much as a non-statistician here. I have a paper I'm trying to replicate that is doing hierarchical clustering with multiple similarity functions and grouping methodologies, and then using an Adam's consensus to find a sort of "optimal" dendrogram, if you will. I looked at their software they were using, and its been out of comission for a good 15 years. JMP ...
Hi, is it possible to use a limits table to load specifications grouped by some factor in platforms other than Process Screening? Ideally I'd like to use the limits table in the distributions platform. Thanks in advance, Alicia
Hi all. So I'm working on a project where I have 2 x component classes, each of which has 4 items within the class, which are mixed together at varying concentrations over 48 combinations. Figured the best Factor way to do this was to use 2 x Continuous for the max/min concentrations for each class, then 2 x 4-level Categoricals for each of the items. Each of the combinations was made twice, so af...
Join the JMP Scripters Club Learning Sessions, led by Scripter experts from different industries, to...
REGISTER HERE: https://www.jmp.com/en_us/events/live-webinars/academic/teaching-regression-anova-20f...
New JMP users will learn how to: Easily navigate JMP using the JMP Starter. Import all types o...
Do you need to formulate drug products to match a specific dissolution profile? Do you n...