Differentiate between format and informat? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
Differentiate between sas functions and sas procedures.
how will you locate the sas platform applications? : Sas-bi
Where do you use proc means over proc freq?
What was the last computer book you purchased? Why?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
How many data types are there in SAS?
What do you know about symput and symget?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
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
what is the difference between proc report and proc format?