I ran the second code block
Data Arias.Merge_data_E_18;
Set Arias.Merge_data_E_18;
New_DOB = PUT(INPUT(DOB, 5.), MMDDYYS10.);
run;
and received the following log
Data Arias.Merge_data_E_18;
363 Set Arias.Merge_data_E_18;
364 New_DOB = PUT(INPUT(DOB, 5.), MMDDYYS10.);
365 run;
NOTE: Invalid argument to function INPUT at line 364 column 17.
County=Jackson Jurisdiction=Jackson CHD Contact_number=dbac2a5f-0cd4-ea11-a813-001dd83096fe
_Do_Not_Modify__Row_Checksum=MvbQ4ucFSa06yXIUQuV9uanIv0tnSeKcliEG0lVvJeQwDITgs0d6E2l4rdktOUpsBptzwsZXA
R6WWLZisKos1w== _Do_Not_Modify__Modified_On=04SEP20:01:06:04 Person_ID=956838 Contact_ID=5028693
Case_ID=774942 _Full_Name=Josh Charleboix First_Name=Josh Middle_Name= Last_Name=Charleboix
Contact_Attempt_Successful=Yes Created_On=01AUG20:08:33:54 Date_of_Last_Exposure=07/23/2020
_1st_Contact_Attempt=01AUG20:15:30:00 _2nd_Contact_Attempt=02AUG20:13:30:00 _3rd_Contact_Attempt=8
Owner=Natasha Ching DOB=04/03/1861 00:00:00 Monitoring_Status=Lost to Follow-up Status=Inactive
Address_1=411 berrydale Ave #9
MEDFORD, or 97501 City=MEDFORD Preferred_Method_of_Contact=Text
Email=joshcharleboix@gmail.com Mobile_Phone=541-973-5460 End_of_Quarantine_Period=08/06/2020
Language=English New_DOB=. _ERROR_=1 _N_=35443
NOTE: Mathematical operations could not be performed at the following places. The results of the
operations have been set to missing values.
Each place is given by: (Number of times) at (Line):(Column).
1 at 364:17
NOTE: There were 41280 observations read from the data set ARIAS.MERGE_DATA_E_18.
NOTE: The data set ARIAS.MERGE_DATA_E_18 has 41280 observations and 30 variables.
NOTE: Compressing data set ARIAS.MERGE_DATA_E_18 decreased size by 46.38 percent.
Compressed is 252 pages; un-compressed would require 470 pages.
NOTE: DATA statement used (Total process time):
real time 0.17 seconds
cpu time 0.12 seconds
Which was only 1 time for that error. Why did that occur? I can probably live with one line.
... View more