Explain proc univariate?
No Answer is Posted For this Question
Be the First to Post Answer
Given an unsorted data set, how to read the last observation to a new data set?
what is a post baseline?
what type of graphs we will create(for 2+years candidates)?
how to delete the duplicate columns permanently in SQL
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
what is the use of proc sql?
what are _numeric_ and _character_ and what do they do? : Sas programming
what is conditional processing?
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what are input dataset and output dataset options?
What statement do you code to write the record to the file?