What is the difference between input and infile statement?
No Answer is Posted For this Question
Be the First to Post Answer
There is a river notoriously known for it?s large crocodile population. With ease, how do you safely cross it?
what is the usage for assigning error=1 in a dataset ?
How are numeric and character missing values represented internally?
How can you put a "trace" in your program?
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
Explain why double trailing @@ is used in input statement?
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 would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
what is the difference between infile and input? : Sas-administrator