SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 60044: In SAS® Enterprise GRC, the orm_job_issue_data.sas macro in the orm_job_create_all_full_load.sas job fails with "LNK_VARS not resolved" error

DetailsHotfixAboutRate It

In SAS Enterprise GRC, the ETL job orm_job_create_all_full_load.sas might fail in the orm_job_issue_data.sas macro with the following error:

WARNING: Apparent symbolic reference LNK_VARS not resolved.

The problem occurs when the ISSUE_LINKED_ITEMS table is empty.

To work around the problem, modify the orm_job_issue_data.sas macro in the SAS-configuration-directory\Levn\Applications\SASEnterpriseGRCServerCfg\6.1\Source\ucmacros directory.

Find the following code section in the macro:

/* Sort the issue_details by issue_rk */
proc sort tagsort data=work.issue_details;
  by issue_rk;
run;

Add the following lines after the code shown above:

/* declare macro variables to ensure that they exist, in case the issue_links table is empty */
%local vars lnk_vars;

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 Enterprise GRCMicrosoft® Windows® for x646.19.4 TS1M2
Microsoft Windows 8 Enterprise 32-bit6.19.4 TS1M2
Microsoft Windows 8 Enterprise x646.19.4 TS1M2
Microsoft Windows 8 Pro 32-bit6.19.4 TS1M2
Microsoft Windows 8 Pro x646.19.4 TS1M2
Microsoft Windows 8.1 Enterprise 32-bit6.19.4 TS1M2
Microsoft Windows 8.1 Enterprise x646.19.4 TS1M2
Microsoft Windows 8.1 Pro 32-bit6.19.4 TS1M2
Microsoft Windows 8.1 Pro x646.19.4 TS1M2
Microsoft Windows 106.19.4 TS1M2
Microsoft Windows Server 20086.19.4 TS1M2
Microsoft Windows Server 2008 R26.19.4 TS1M2
Microsoft Windows Server 2008 for x646.19.4 TS1M2
Microsoft Windows Server 2012 Datacenter6.19.4 TS1M2
Microsoft Windows Server 2012 R2 Datacenter6.19.4 TS1M2
Microsoft Windows Server 2012 R2 Std6.19.4 TS1M2
Microsoft Windows Server 2012 Std6.19.4 TS1M2
Windows 7 Enterprise 32 bit6.19.4 TS1M2
Windows 7 Enterprise x646.19.4 TS1M2
Windows 7 Home Premium 32 bit6.19.4 TS1M2
Windows 7 Home Premium x646.19.4 TS1M2
Windows 7 Professional 32 bit6.19.4 TS1M2
Windows 7 Professional x646.19.4 TS1M2
Windows 7 Ultimate 32 bit6.19.4 TS1M2
Windows 7 Ultimate x646.19.4 TS1M2
64-bit Enabled AIX6.19.4 TS1M2
64-bit Enabled Solaris6.19.4 TS1M2
HP-UX IPF6.19.4 TS1M2
Linux for x646.19.4 TS1M2
Solaris for x646.19.4 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.