It's unusual to have a menu command without a JSL equivalent. But if it's not there (I didn't check), you can make use of 'MainMenu()':
dt = Open("$SAMPLE_DATA/Big Class.jmp");
Wait(3);
dt << ReorderByName;
Wait(3);
dt = CurrentDataTable();
MainMenu("Cols:Reorder Columns:Original Order");