which date function advances a date, time or datetime value by a given interval? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
What do you know about sas data set?
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
explain the key concept of sas? : Sas-administrator
What is the difference between a PROC step and a DATA step?
what are the differences between proc report and proc tabulate?
what are input dataset and output dataset options?
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?
Can we create datasets by proc step ? (Proc contents, Means)?
Compare sas with other data analytics tools.
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?