There is a field containing a date. It needs to be
displayed in the format “ddmonyy” if it’s before
1975,”dd
mon ccyy” if it’s after 1985, and as ‘disco years’ if
its
between 1975 and 1985. How would you accomplish this in
data step code? Using only PROC FORMAT.
Answer Posted / guest
Using the Picture statement Proc Format.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
explain the function of substr in sas? : Sas-administrator
what are sas bi dashboard components? : Sas-bi
How do you define proc in sas? : sas-grid-administration
What is a pdv and what are its functions?
How necessary is it to be creative in your work?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what are input dataset and output dataset options? : Sas programming
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What function CATX syntax does?
What are the limitations for memory allocation for SAS variables
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Explain the difference between informat and format with an example.
what is sas application server? : Sas-di
Where do you use proc means over proc freq?
Explain the main difference between the sas procedures and functions? : Sas-administrator