Numerically, dates in SPSS are the
number of seconds since October 14, 1582. Adjust the base for your Julian dates multiplied by the number of seconds in a day (86,400) and you will have an SPSS date value. Then assign the desired date format, e.g.,
format datevar (edate 10).
#SPSSStatistics#Support#SupportMigration