Enlist the functions performed by sas.
No Answer is Posted For this Question
Be the First to Post Answer
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
what is the frontend and backend of sas? Is sas is a progaming langauge or tool? on which langauge sas depends?
What are the advantages of using sas?
How would you define the end of a macro?
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
What is SAS informats?
how could you generate test data with no input data? : Sas programming
What do the SAS log messages "numeric values have been converted to character" mean?
what is star schema? : Sas-di
How to convert HTML file into SAS dataset?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
What does the RUN statement do?