I'm not certain where I'm missing the closed paranthesis in the below code.
26 data test;
27
28 SCHDLD_OBJ_RUN_STRT_TMST=%sysfunc(floor(%sysfunc(inputn("&etls_stepStartTime",datetime17.)))/60*60);
_
388
200
76
ERROR: Expected close parenthesis after macro function invocation not found.
ERROR 388-185: Expecting an arithmetic operator.
ERROR 200-322: The symbol is not recognized and will be ignored.
ERROR 76-322: Syntax error, statement will be ignored.
29 format SCHDLD_OBJ_RUN_STRT_TMST dtfmt.;
30 run;
NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.TEST may be incomplete. When this step was stopped there were 0 observations and 1 variables.
WARNING: Data set WORK.TEST was not replaced because this step was stopped
... View more