What are the limitations for memory allocation for SAS variables
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 techniques and/or procs do you use for tables? : Sas programming
what is sas and what are the functions? : Sas-administrator
how does sas handle missing values in procs? : Sas programming
How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?
What are the statements in proc sql?
What are Dashboard reports?And significance of these in analysis?
What does error:1 mean?
What does the trace option do?
how to read character value without using substr function in sas ?
what is sas metadata repository? : Sas-bi
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming