Actually I came on the community to see if there was already something new about this, still not certain whether I'm missing something now built-in...
I want to, using JSL, replace certain values (like -999 or >998) with missing across many columns (possibly all numeric columns). It's not hard to script this up. nice example of what I mean and what I'm currently doing here:
https://community.jmp.com/t5/Discussions/Deleting-cell-values/td-p/46957
But (1) this seems like something that could be fairly common so possibly worth it's own built-in function (or ability to script the recode ability) and (2) it's not lightning fast on large data so if it's possible maybe a more resource efficient underlying method could be part of such a solution.(?)