>Warning # 1102
>An invalid numeric field has been found. The result has been set to the
>system-missing value.
>Command line: 80 Current case: 1 Current splitfile group: 1
>Field contents: '11:00'
The variable is created, but the cells are blank. Could someone help
me with this please? : )
-Ian Zimmerman
Try using the Date and Time wizard on the Transform menu to generate
the correct conversion code.
HTH,
Jon Peck
In my experience importing goes wrong sometimes.
You might try to change the date-time format by using the following
syntax:
FORMATS time (DATETIME17.0) , results in dd-mmm-yyyy hh:mm (17 refers
to the number of text or numbers)
FORMATS time (DATETIME11.0) .
search the syntax help file for datetime to see all options.
To make it numeric you can use FORMATS time (F 2.0) , meaning 2
numbers, 0 digits.
good luck