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?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.