BookmarkSubscribeRSS Feed
jplarios
Quartz | Level 8
Hi:
I have a stp that outputs in Excel. One type of character value that it outputs is MAR2011. Eventhough this is character , Excel transforms this into a date of Mar/20/2011. Is there a way to output an STP in text ? Or someway for the character value not to be converted into this Excel date?
Thanks,
jp
6 REPLIES 6
Vince_SAS
Rhodochrosite | Level 12
What technique are you using to output the SAS output to Excel? Can you post a simplified code sample?

Vince
SAS R&D
jplarios
Quartz | Level 8
Hi Vince,
example :

proc sql;

select column_name label ='00'x
/* label '00'x because need no column headers*/

from tableA

quit;
Vince_SAS
Rhodochrosite | Level 12
That code creates output in the Output window/lst file. How does it get to Excel? As HTML, CSV or other?

Vince
SAS R&D
jplarios
Quartz | Level 8
Vince,
I use the Add-in to output in CSV-result type.
Vince_SAS
Rhodochrosite | Level 12
You might want to try posting to the Integration with Microsoft Office Forum:
http://support.sas.com/forums/forum.jspa?forumID=7

Be sure to indicate in your subject that you are using the SAS Add-In for Microsoft Office.

Vince
SAS R&D
jplarios
Quartz | Level 8
Thanks Vince,
will do,
jp

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 6 replies
  • 1683 views
  • 0 likes
  • 2 in conversation