SAS Support Site Home | Samples and SAS Notes Home
SAS Notes V6-ANNOTATE-1387
Error issued if HSYS='2' is specified for PROC GMAP


If HSYS='2' is specified in an annotate data set for PROC GMAP the following messages are issued in the SAS log:

    NOTE: error detected in annotate= data set xxx.yyy
    NOTE: problem in observation n
    NOTE: data sensitive sizing request not supported for proc     gmap

PROC GMAP no longer supports data sensitive sizing. To circumvent the problem, specify HSYS='1' and specify the size using the following equation:

    F1 = 100 / (VDATAMAX - VDATAMIN);
    SIZE = F1 * (OLDSIZE - VDATAMIN);

where VDATAMAX and VDATAMIN represent the vertical range of the data.


Products: GRAPH
Component: ANNOTATE
Priority: N/A
Status: Usage Issue
Date: Thu, 23 Aug 1990

System Release Reported Release Fixed
Data General AOS/VS 6.06  
VM/ESA (CMS) 6.06  
BULL 6.07 TS201  
Silicon Graphics Unix 6.07 TS101  
Siemens Unix 6.07 TS201  
HP - Apollo 6.07 TS101  
OS/390 (MVS) 6.06  
Data General Aviion 6.07 TS101  
IBM OS/2 6.06  
Primos 6.06  
HP-UX Operating Systems 6.07 TS101  
DEC Ultrix 6.07 TS101  
OpenVMS VAX 6.06  
AIX/6000 6.07 TS101  

No Fixes Available