how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
How long can a macro variable be? A token? : sas-macro
Mention the category in which sas informats are placed?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What is the difference between match merge and one to one merge?
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 is the role of sas grid administrator? : sas-grid-administration
Name statements that are recognized at compile time only?
is data integration and etl programming is same? : Sas-di
Why is SAS considered self-documenting?
Describe the function and untility of the most difficult SAS macro that you have written.
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?
how to intersect the tables by using PROC MIXED?