Which function is used to count the number of intervals between two sas dates?
How are numeric and character missing values represented internally?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
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 are the data types that sas contain?
What is the general format of function in sas? : sas-grid-administration
how to delete the duplicates by using proc sql?
what is enterprise guide? What is the use of it? : Sas programming
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What Proc glm does?
What is Transaction...? And what are Comment, Roll back n Save point..?
What is the difference between %local and %global? : sas-macro