BookmarkSubscribeRSS Feed
learner_sas
Quartz | Level 8

Hello group,

 

I am easily able to import JMP files into SAS dataset with following code

 

proc import out=ASDH.NO_SAH
datafile='name\NO SAH.jmp'
dbms=JMP replace;
run;

 

But I am wondering if we can get formula associated with each column into SAS when importing JMP files. 

1 REPLY 1
PGStats
Opal | Level 21

Simple answer is no, as far as I can tell.

PG

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1065 views
  • 0 likes
  • 2 in conversation