Usage Note 1116: ERROR #52: Unknown type in parameter list
You may receive the following error message,
ERROR 52: Unknown type in parameter list.
when you execute a SUBMIT block from a SAS/AF FRAME application that
references Version 8 controls using Version 6 style substitution syntax.
For example, if you have a Text Entry Control, Textentry1, the following
syntax is not valid:
if dsvar='&textentry1' then /* SAS statement */;
While you should be able to use dot syntax for substitution syntax
within a SUBMIT block in a future release, to reference values of
Version 8 controls in Version 8.0, first assign the value of the control
to a non-window SCL variable (ie. sclvar=textentry1.text;) and then
reference that SCL variable in the SUBMIT block as follows:
if dsvar='&sclvar' then /* SAS statement */;
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | SAS/AF | OpenVMS VAX | 8 TSD1 | |
| Solaris | 8 TSD1 | |
| IRIX | 8 TSD1 | |
| 64-bit Enabled Solaris | 8 TSD1 | |
| ABI+ for Intel Architecture | 8 TSD1 | |
| z/OS | 8 TSD1 | |
| HP-UX | 8 TSD1 | |
| Tru64 UNIX | 8 TSD1 | |
| 64-bit Enabled AIX | 8 TSD1 | |
| OpenVMS Alpha | 8 TSD1 | |
| CMS | 8 TSD1 | |
| 64-bit Enabled HP-UX | 8 TSD1 | |
| AIX | 8 TSD1 | |
*
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: | Usage Note |
| Priority: | |
| Topic: | SAS Reference ==> SCL (SAS Component Language)
|
| Date Modified: | 1999-09-10 00:00:00 |
| Date Created: | 1999-09-10 00:00:00 |