SAS Support Site Home | Samples and SAS Notes Home
SAS Notes V6-NLIN-D207
PARAMETERS statement with number list may give syntax error


If you use a number list in your PARAMETERS (or PARMS) statement and specify a list of values separated by commas, a syntax error will be produced. To circumvent the problem, delete the commas between the elements in the number list. For example, change:

     PARAMETERS B0=1,2,3, B1=1,2,3;

to

     PARAMETERS B0=1 2 3, B1=1 2 3;


Products: STAT
Component: NLIN
Priority: MED
Status: Outstanding Problem
Date: Thu, 13 Feb 1997

System Release Reported Release Fixed
AIX/6000 6.12 TS020 6.12 TS045  
HP-UX Operating Systems 6.12 TS020 6.12 TS045  
IBM OS/2 6.12 TS020 6.12 TS045  
Solaris 6.12 TS020 6.12 TS045  
OpenVMS Alpha 6.12 TS020 6.12 TS045  
Windows 3.11 6.12 TS020 6.12 TS045  
Windows NT 6.12 TS020 6.12 TS045  
Windows 95 6.12 TS020 6.12 TS045  
Compaq Tru64 Unix 6.12 TS040  
Macintosh 6.12 TS040  

No Fixes Available