SAS Support Site Home | Samples and SAS Notes Home
SAS Notes V6-AF-D148
Abend trying to access model SCL if size of compiled code gt 32K


If the size of the compiled code for the model SCL associated to a Data Form or Data Table object within a SAS/AF FRAME entry is greater than 32K, then you may receive an abend when you try to edit the SCL code from the build-mode pop-up. The size of the compiled code is the sum ofall the internal tables created during the compile such as one for the length of all numeric variables, one for the length of all character variables, and one for the internal instructions generated. Normally, it wouldn't matter if the sum of all the internal tables was greater than 32k, as long as none of the individual tables was greater than 32k.

If you are over 32K, you can either trim down the size of the SCL code or reduce the number of variables in your data set.


Products: AF
Component: AF
Priority: HIGH
Status: Outstanding Problem
Date: Mon, 3 Feb 1997

System Release Reported Release Fixed
AIX/6000 6.12 TS020 6.12 TS045  
OpenVMS Alpha 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  
Windows 3.11 6.12 TS020 6.12 TS045  
Windows 95 6.12 TS020 6.12 TS045  
Windows NT 6.12 TS020 6.12 TS045  
Compaq Tru64 Unix 6.12 TS040  
Macintosh 6.12 TS040  

No Fixes Available