From: Sath on
Hi,

Can you help anyone for converting YYYYMMDD to JULIAN7 format SAS
code?

Example: 20100408 to 2010098...

Thanks
From: Barry Schwarz on
Is your data numeric or character? If numeric, is it already a date
value? Depending on the answers you may be able to skip some of the
following steps. You should have no trouble figuring which format or
informat to use at each step.

Convert the numeric value to a character string using the put
function.

Convert the character string to a numeric date value using the
input function.

Convert the date value to a character string using the put
function.

On Fri, 23 Apr 2010 07:17:18 -0700 (PDT), Sath
<sathiyamoorthi4u(a)gmail.com> wrote:

>Hi,
>
>Can you help anyone for converting YYYYMMDD to JULIAN7 format SAS
>code?
>
>Example: 20100408 to 2010098...
>
>Thanks

--
Remove del for email