WARNING: Apparent symbolic reference MAXLIMIT not resolved. WARNING: Apparent symbolic reference MAXLIMIT not resolved. ERROR: A character operand was found in the %EVAL function or %IF condition where a numeric operand is required. The condition was: +&maxLimit 74 The SAS System Sunday, January 28, 2024 11:08:00 AM
ERROR: The macro RSKMGT_ADD_CUST_FIELDS will stop executing. NOTE: {START: RSKMGT_MODIFY_DATE_TIME} MPRINT(RSKMGT_MODIFY_DATE_TIME): proc sql noprint; NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements. MPRINT(RSKMGT_MODIFY_DATE_TIME): select EPOCH_LOCAL format=32. into :epoch_local from rgfcntl.time_difference; NOTE: Statement not executed due to NOEXEC option. MPRINT(RSKMGT_MODIFY_DATE_TIME): quit; NOTE: The SAS System stopped processing this step because of errors. NOTE: Due to ERROR(s) above, SAS set option OBS=0, enabling syntax check mode. This prevents execution of subsequent data modification statements. NOTE: PROCEDURE SQL used (Total process time): real time 0.01 seconds cpu time 0.00 seconds NOTE: {START: RSKMGT_LIVE_NOW_SETUP} NOTE: {END: RSKMGT_LIVE_NOW_SETUP} MPRINT(RSKMGT_MODIFY_DATE_TIME): ;
MPRINT(RSKMGT_MODIFY_DATE_TIME): proc contents data=work.Incident out=cols noprint; MPRINT(RSKMGT_MODIFY_DATE_TIME): run;
NOTE: The data set WORK.COLS has 0 observations and 41 variables. NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds
... View more