How substr function works in sas?
No Answer is Posted For this Question
Be the First to Post Answer
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What are the prime responsibilities of data integration administrator? : Sas-di
how to delete the duplicate columns permanently in SQL
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
Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?
5 Answers American Express, Barclays,
How necessary is it to be creative in your work?
which date function advances a date, time or datetime value by a given interval? : Sas programming
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
SAS using companies in chennai
How would you include common or reuse code to be processed along with your statements?
What is the difference between %local and %global? : sas-macro
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 ?