Can anyone tell me what is wrong with this statement. I keep getting the error. The format $DATE was not found or could not be loaded. I am new to using SAS. I think should work.
(Statement)
ckdate2 = put(symget ('batparm3'), date9.);
(Error)
The format $DATE was not found or could not be loaded.
(Statement)
ckdate2 = put(symget ('batparm3'), date9.);
(Error)
The format $DATE was not found or could not be loaded.