Problem Note 57348: SAS® Drug Development 4.3.2 - Incorrect completion status might occur when mismatched or single quotation marks are in SAS® code including for Jobs
When running SAS® in the Workspace, the completion status for SAS® execution, including Jobs, might be incorrect when mismatched or single quotation are found in the SAS® code. In the example below, the completion status indicates it completed with warnings when there were actually errors:
%macro test;
data myoptions;
optname = "SASAUTOS";
optvalue = "('PATH/PATH' '";
output;
run;
proc optload data = myoptions;
run;
%if %lowcase("HI") = hi %then %put hi;
%mend;
%test;
This can occur if library specifications that are designated with the SASAUTOS= system option contain an unmatched quotation mark.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Drug Development | Linux for x64 | 4.3.2 | 4.3.3 | 9.3 TS1M2 | 9.3 TS1M2 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2017-06-27 10:07:26 |
Date Created: | 2016-01-04 14:30:46 |