Publication date: 07/24/2024

JSL Rules for Numbers

In JSL, numbers can be written as integers, decimal numbers, dates, times, or date-time values. They can also be included in scientific notations with an E preceding the power of ten. For example, these are all numbers:

.   1   12   1.234  3E3  0.314159265E+1 1E-20 01JAN98

Note: A single period by itself is considered a missing numeric value (sometimes called NaN for “not a number”).

For more information about dates, times, and date-time values, see “Date-Time Functions and Formats”. See “Format Currency” for more information about combining numbers with currency symbols.

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).