What are SAS/ACCESS and SAS/CONNECT?
No Answer is Posted For this Question
Be the First to Post Answer
what is proc Index? and what is proc document?
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
What is PROC in SAS?
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is the difference between where and if statement?
How can sas program be validated?
What SAS statements would you code to read an external raw data file to a DATA step?
Can we create datasets by proc step ? (Proc contents, Means)?
what is the formula to measure Baseline
What is univariate n where it can be used n how...?