Hi Team,
data ds1;
infile datalines;
input id age;
cards;
101 23
102 56
103 45
104 25
105 21
106 47
;
run;
how to find out 101 and 102 by using monotonic by using proc sql
Advance Thanks
You seem to suffer from a severe reading issue. Or you don't give a ******* **** about our advice.
PLEASE USE A DESCRIPTIVE SUBJECT!
You have been asked several times now.
@nayab_shaik wrote:
Hi Team,
data ds1;
infile datalines;
input id age;
cards;
101 23
102 56
103 45
104 25
105 21
106 47
;
run;how to find out 101 and 102 by using monotonic by using proc sql
Advance Thanks
Find out what about 101 and 102? A display of the expected result might help here.
Why is the use of monotonic, an undocumented feature subject to change, required?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
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!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.