how can you put a "trace" in your program? : Sas programming
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
What is the difference between INPUT and INFILE ?
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
what is sas metadata server? : Sas-di
How to convert a numeric variable to a character variable?
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
how to do user inputs and command line arguments in sas?
what is data integration? : Sas-di
Name few SAS functions?
Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?