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);

);

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 0 replies
  • 561 views
  • 0 likes
  • 1 in conversation