SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 13350: Warning: INTO clause does not specify a valid sequence of macro variables

DetailsHotfixAboutRate It
Using PROC SQL and the INTO clause to create a range of macro variables,
where the beginning of the range starts at zero, produces a warning.
This warning did not not occur in SAS 8.2.

The following code would generate an error:

  proc sql noprint;
    select col1 into :macvar0 - :macvar10
      from old;
  quit;



A Technical Support hot fix for SAS 9.1.2 (9.1 TS1M2) for this
issue is available at:

http://www.sas.com/techsup/download/hotfix/c9_sbcs_prod_list.html#013350

For customers running SAS with Asian Language Support (DBCS), this
hot fix should be downloaded from:

http://www.sas.com/techsup/download/hotfix/c9_dbcs_prod_list.html#013350



A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:

http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#013350

For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:

http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#013350


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASLinux9.1 TS2M09.1 TS1M3 SP1
64-bit Enabled Solaris9.1 TS2M09.1 TS1M3 SP1
z/OS9.1 TS2M09.1 TS1M3 SP1
HP-UX IPF9.1 TS2M09.1 TS1M3 SP1
64-bit Enabled AIX9.1 TS2M09.1 TS1M3 SP1
64-bit Enabled HP-UX9.1 TS2M09.1 TS1M3 SP1
OpenVMS Alpha9.1 TS2M09.1 TS1M3 SP1
Tru64 UNIX9.1 TS2M09.1 TS1M3 SP1
* 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.