how do you debug and test your sas programs? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
How we can create SAS USER DEFINED CODE?
Explain the difference between nodup and nodupkey options?
What is the difference between input and infile statement?
Differentiate between sas functions and sas procedures.
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
how can u join the two tables without using proc sql Joins and nested queries ?
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?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
Explain the difference between informat and format with an example.
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
Can you excute a macro within a macro? Describe.
what is conditional processing?