What do the SAS log messages "numeric values have been converted to character" mean?
how can u extract,transform and loading?
How can you limit the variables written to output dataset in data step?
How do i read multiple spaces in datasets?
what is the difference between proc report and proc format?
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
describe the interaction table in sas di? : Sas-di
how to intersect the tables by using PROC MIXED?
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
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
how can u create zero observation dataset?
What is a pdv and what are its functions?