WHAT IS SAS WEB SERVICE and what are the steps to create
an xml service ?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between SET and MERGE?
what is SAS OPTIMIZATION?
what is lifetest
What is the difference between an informat and a format? Name three informats or formats.
how do u validate the program which u have written.
how does sas handle missing values in procs? : Sas programming
How does the internal authentication work in sas? : sas-grid-administration
what is fact table and factless table?
How do you add a number to a macro variable? : sas-macro
What is difference between (a-z) and (a--z)
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
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;