mirror of
https://github.com/sasjs/core.git
synced 2025-12-15 16:14:36 +00:00
fix: substr issue in mp_ds2inserts. Closes #68
This commit is contained in:
3
all.sas
3
all.sas
@@ -3718,7 +3718,8 @@ data _null_;
|
||||
%end;
|
||||
%else %if &flavour=PGSQL %then %do;
|
||||
if missing(&var) then put 'NULL';
|
||||
%if &applydttm=YES and "%substr(&vfmt,1,8)"="DATETIME" %then %do;
|
||||
%if &applydttm=YES and "%substr(&vfmt.xxxxxxxx,1,8)"="DATETIME"
|
||||
%then %do;
|
||||
else put "TIMESTAMP '" &var E8601DT25.6 "'";
|
||||
%end;
|
||||
%else %do;
|
||||
|
||||
Reference in New Issue
Block a user