what can you learn from the sas log when debugging? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What is SAS Information Map Studio and its purpose ?
what is the difference btw proc means and proc univariate?
Name the option to produce a frequency line items rather that a table.
What was the last computer book you purchased? Why?
Do you know the features of sas?
How would you define the end of a macro? : sas-macro
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
what is SAS/Access and SAS/Connect?what are the uses?
Name statements that are execution only.
How is character variable converted into numeric variable and vice versa?
what is the difference between DUPKEY and NODUPKEY???
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C