why is sas considered self-documenting? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
Describe 5 ways to do a “table lookup” in SAS?
What is the difference between an informat and a format. Name three informats or formats.
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
how to remove duplicates using proc sql?
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?
how we can call macros with in data step?
what is Difference between PROC SQL JOINS and MERGE?
how to delete the duplicates by using proc sql?
At compile time when a SAS data set is read, what items are created?
wat is sas? is a package or programming language?
how does sas handle missing values in a merge? : Sas programming