How do dates work in sas?
No Answer is Posted For this Question
Be the First to Post Answer
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
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?
Which command is used to save logs in the external file?
how to handle in stream data containing semicolon in it?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
how would you create multiple observations from a single observation? : Sas programming
what is cummaltive frequency,and varience in proc unviarte
how do you debug and test your sas programs? : Sas programming
What is interleaving in SAS?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
How will you generate test data with no input data?
What is the difference between class statement and by statement in proc means?