what is sas application server? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
Explain what Proc glm does?
How do you generate random samples?
What areas of SAS are you most interested in?
what techniques and/or procs do you use for tables? : Sas programming
How could you generate test data with no input data?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
how to handle in stream data containing semicolon in it?
: and & modifiers.
What is the difference between nodupkey and nodup options?
what is hierarchy flattening? : Sas-di
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 ?