I know in SAS you can specify data format according to its value. I wonder if you can combine user-defined format with predefined format. i.e Can you code the following format
Do a search on 'nested format', you will get lots of good examples, for a quickie, check out the following:
PROCFORMAT;
VALUE nested
low-100 = '<$100'
1000-high ='>$1000'
OTHER = [dollar10.2];
RUN;
data have;
input money @@;
format money nested.;
cards;
99 158 1234
;
procprint;run;
Haikuo
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!