How do you define proc in sas? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
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;
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
what is slowly changing dimension? : Sas-di
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.
how do u validate sas program
Name statements that are recognized at compile time only?
what is change analysis in sas di ? : Sas-di
Enlist the syntax rules followed in sas statements.
what are the categories that sas informats are used to the place the data? : Sas-administrator
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
What is the one statement to set the criteria of data that can be coded in any step?
How could you generate test data with no input data?