JSL Column Name Search and Replace
I have lot of column name and I want to rename my column name as below. How can I use Set name to replace all my columns in the table? NAME [US] 1999 AMERICA POP US123 -> AMERICA US123
NAME [US] 1999 AMERICA POP US456 -> AMERICA US456
NAME [US] 1999 AMERICA POP US145 -> AMERICA US145 dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
:Age << Set Name( "Time" );Thanks.
dale_lehman