BookmarkSubscribeRSS Feed
Gemenis
Calcite | Level 5

Help,

The srcipt stop half way not moving to next step.

It work on JMP8 but not working for JMP10.

The last action were creating tabulate


DT_ETAList_Tabulate = DT_ETAList_Raw<<Tabulate(Add Table(Row Table(Grouping Columns(:ETAID, :ETATitle, :ETAOriginator, :Quantity))));
DT_FailIV_ETAList = DT_ETAList_Tabulate<<Make Into Data Table;
DT_FailIV_ETAList<<Set Name("ETA List - Fail IV Plates last 5 days");

Column("N")<<set name("Plates");
DT_FailIV_ETAList<<Sort(By("ETAID"),Order(Ascending),Replace Table);

//Closes un-needed windows
DT_ETAList_Tabulate<<Close Window;
Close(DT_ETAList_Raw, No Save);

);

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 0 replies
  • 775 views
  • 0 likes
  • 1 in conversation