cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

a simple question of JSL: how to reassign a column type for an existing tab

I have a column in a table called "Eff Year." It's current Modeling Type is Continuous. I want JSL to reassign it to Nominal. Thanks.
1 REPLY 1
mpb
mpb
Level VII

Re: a simple question of JSL: how to reassign a column type for an existing tab

Page 150 in the scripting docs:

col = column("Eff Year");
col<

Recommended Articles