fix: NLDAT & NLDATM formats are now being staged
This commit is contained in:
@@ -249,14 +249,14 @@ data vars(keep=name type length varnum format);
|
||||
end;
|
||||
else do;
|
||||
if format2='' then format=cats(length,'.');
|
||||
else if format2=:'DATETIME' or format2=:'E8601DT' or format=:'NLDATM'
|
||||
else if format2=:'DATETIME' or format2=:'E8601DT' or format2=:'NLDATM'
|
||||
then do;
|
||||
format='DATETIME19.';
|
||||
end;
|
||||
else if format2=:'DATE' or format2=:'DDMMYY'
|
||||
or format2=:'MMDDYY' or format2=:'YYMMDD'
|
||||
or format2=:'E8601DA' or format2=:'B8601DA'
|
||||
or format=:'NLDATE'
|
||||
or format2=:'NLDATE'
|
||||
then do;
|
||||
format='DATE9.';
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user