How would you define the end of a macro?
No Answer is Posted For this Question
Be the First to Post Answer
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
what are different analysis datasets you created and what are the new variables created
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
how do u validate the program which u have written.
name some data transformation used in sas di? : Sas-di
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
What do you feel about hardcoding?
what is information maps?
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
Mention the difference between ceil and floor functions in sas?