What commands are used in the case of including or excluding any specific variables in the data set?
How to test the debugging in sas?
What techniques and/or PROCs do you use for tables?
What is the basic structure of the SAS base program?
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
what is Global Symbol table and Local symbol table?
Describe 5 ways to do a “table lookup” in SAS?
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
IS SAS COMPILER OR INTERPRETER? EXPLAIN?
3 Answers Aon Hewitt, HSBC, SCL, TCS,
Explain the purpose of retain statement.
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
what are several options for creating reports in web report studio? : Sas-bi
Differentiate between ceil and floor functions.