how could you generate test data with no input data? : Sas programming
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
What are the default statistics that proc means produce?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
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,
Name statements that are recognized at compile time only?
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
what is the function of catx syntax? : Sas-administrator
is there any differnce between proc means and proc summary?
how do you read binary data in sas?