if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between sas functions and sas procedures.
Describe a time when you were really stuck on a problem and how you solved it?
"What is the difference between proc sort nodup and proc sort nodupkey?"
how would you determine the number of missing or nonmissing values in computations? : Sas programming
. Which date advances a date, time or date/time value by a given interval?
what is the use of proc sql?
What is PDV?
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
What do the SAS log messages "numeric values have been converted to character" mean?
Which date function advances a date, time or datetime value by a given interval?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
what are input dataset and output dataset options? : Sas programming