![]() | ![]() | ![]() | ![]() | ![]() |
The following error messages might occur in SAS® IT Resource Management when you execute the %CMPROCES macro with a list of tables:
WARNING: Apparent symbolic reference CPTABLS1 not resolved. WARNING: Apparent symbolic reference CPTABLS2 not resolved. WARNING: Apparent symbolic reference CPTABLS3 not resolved. ERROR: Migrate failed for table &CPTABLS. Check table spelling.
To circumvent these errors, make sure you have a working backup copy of your PDB and use one of these circumventions:
%GLOBAL CPTABLS1 CPTABLS2 CPTABLS3;
Or, a less-instrusive change would be to add the following options to the configuration file used by the batch job to use the SAS System option IS= in order to define globally the macro variables CPTABLS1, CPTABLS2, CPTABLS3 as follows:
IS="%GLOBAL CPTABLS1 CPTABLS2 CPTABLS3;"
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS IT Resource Management-Server | z/OS | 2.7 | 9.1 TS1M3 SP4 |