how can get the first and last observations in a dataset
using Proc SQl?
Answer Posted / naveen
proc sql;
select first(orderprise)
from xxx;
quit;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Are you involved in writing the inferential analysis plan? Tables specfications?
What are the difficulties u faced while doing vital signs table or dataset?
What is the difference between %put and symbolgen? : sas-macro
What are the default statistics that proc means produce?
Can you execute a macro within a macro? Describe. : sas-macro
How do you specify the number of iterations and specific condition within a single do loop?
What are the default statistics for means procedure?
What is connection profile? : sas-grid-administration
If a variable contains only numbers, can it be a character data type?
What is the difference between INPUT and INFILE ?
what is study design in while working with SAS? what are screening variables in SAS?
what is the Population you used in your project, is it ITT or PP?
What’s the difference between var b1 – b3 and var b1 — b3?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How would you define the end of a macro? : sas-macro