SUPPORT / SAMPLES & SAS NOTES
 

Support

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

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Drug DevelopmentLinux for x644.3.24.3.39.3 TS1M29.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.