how can u convert this 25-jul-2010 from numeric to charcter?
Answers were Sorted based on User's Feedback
Answer / vigneshwaran.s
Read the date using informat date11. Then you can move this
Numeric SAS date to a Character variable. You can see in
the SAS Log that Numeric has been converted to Chanracter.
Option 2 : Is use a Put Function,
New_date = Put(Given_date,Format)
| Is This Answer Correct ? | 10 Yes | 2 No |
How sas treats the dsd delimiters?
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
How could you generate test data with no input data?
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
Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?
5 Answers American Express, Barclays,
At compile time when a SAS data set is read, what items are created?
Can you execute macro within another macro? : sas-macro
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
which stats created by proc means that are not created by proc summary or vice versa?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Describe a time when you were really stuck on a problem and how you solved it?