i want for interview question & answer plz it need immediate
send t my mail
raviprakashmot@gmal.cm
No Answer is Posted For this Question
Be the First to Post Answer
Explain the message 'Merge has one or more datasets with repeats of by variables'.
Define run-group processing?
Explain the difference between using drop = data set option in set and data statement?
What is substr function?
Write a SAS macro to calculate number of numbers in an email address
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?
what is pdv? how it is related to input buffer in sas?
What is the difference between an informat and a format? Name three informats or formats.
For clinical entire study how many tables will create approx?
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?