Problem Note 59001: Incorrect syntax in fcf_iem_cdd_load_case.sas might cause the customer risk ranking process in SAS® Anti-Money Laundering to fail
You might encounter the following error when you run the customer risk ranking process in SAS Anti-Money Laundering:
MLOGIC(FCF_IEM_CDD_LOAD_CASE): %LET (variable name is SOURCEDS)
NOTE: Line generated by the invoked macro "FCF_IEM_CDD_LOAD_CASE".
2004 proc datasets work = work nolist nowarn memtype = (data view);
delete temp_map; quit;
----
22
76
MPRINT(FCF_IEM_CDD_LOAD_CASE): proc datasets work = work nolist nowarn memtype
= (data view);
NOTE: Enter RUN; to continue or QUIT; to end the procedure.
MPRINT(FCF_IEM_CDD_LOAD_CASE): delete temp_map;
MPRINT(FCF_IEM_CDD_LOAD_CASE): quit;
ERROR 22-322: Syntax error, expecting one of the following: ;, ALTER, DD,
DDNAME, DETAILS, FORCE, GENNUM, KILL, LIB, LIBRARY, MEMTYPE, MT, MTYPE,
NODETAILS, NOFS, NOLIST, NOPRINT, NOWARN, PROTECT, PW, READ.
The error is caused by incorrect syntax in the PROC DATASETS statement in the fcf_iem_cdd_load_case.sas macro. To work around the problem, correct the statement as follows:
proc datasets lib = work nolist nowarn memtype = (data view);
delete temp_map;
quit;
Operating System and Release Information
SAS System | SAS Anti-Money Laundering | Microsoft® Windows® for x64 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows 8 Enterprise x64 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows 8 Pro x64 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows 8.1 Enterprise 32-bit | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows 8.1 Enterprise x64 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows 8.1 Pro 32-bit | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows 8.1 Pro x64 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows 10 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows Server 2008 R2 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows Server 2008 for x64 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows Server 2012 Datacenter | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows Server 2012 R2 Datacenter | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows Server 2012 R2 Std | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Microsoft Windows Server 2012 Std | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Windows 7 Enterprise x64 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Windows 7 Professional x64 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
64-bit Enabled AIX | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
64-bit Enabled Solaris | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
HP-UX IPF | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Linux for x64 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
Solaris for x64 | 6.1 | 6.2 | 9.4 TS1M0 | 9.4 TS1M1 |
*
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: | medium |
Date Modified: | 2017-04-28 10:55:41 |
Date Created: | 2016-09-16 19:50:20 |