What would be the value of month at the end of data step execution and how many observations would be there?
No Answer is Posted For this Question
Be the First to Post Answer
what is prime numbers? how we can get plc write sas code?
explain what is data set in sas? : Sas-administrator
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
how can you sort the dataset having millions of OBS(instead of sort procedure?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
Explain the use of proc print and proc contents?
What are the 3 components in sas programming?
What’s the difference between var b1 – b3 and var b1 — b3?
What is the difference between input and infile statement?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?