Difference between nodup and nodupkey options?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between informat and format with an example.
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
Explain why double trailing @@ is used in input statement?
what is OLAP?
What is the pound sign used for in the data_null_ ?
How do you add a number to a macro variable? : sas-macro
How would you code the criteria to restrict the output to be produced?
is there any difference between proc summary and proc means?
Tell e how how dealt with..
What is factor analysis?
How do you debug and test your SAS programs?
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?