Problem Note 3431: Gantt charts cannot use hardware text specifications in the CHART
statement
Syntax errors will occur when attempting to use the GANTT procedure with
a hardware font. An example is shown below:
proc gantt data=sched graphics labdata=labels annotate=anno1;
id item s_start s_finish;
label s_start=start s_finish=finish;
chart / compress font="Arial" nolegend nojobnum mininterval=qtr
ref='01sep00'd to '31mar02'd by qtr skip=2 height = 1.75;
/* fmile=orfont vmile='k' dur=days; */
run;
To circumvent the problem, specify a software font such as SWISS
(without the double quotes).
Operating System and Release Information
| SAS System | SAS/OR | Microsoft Windows NT Workstation | 8 TS M0 | 8.2 |
| Microsoft Windows 2000 Professional | 8 TS M0 | 8.2 |
| Microsoft Windows 2000 Server | 8 TS M0 | 8.2 |
| Microsoft Windows 95/98 | 8 TS M0 | 8.2 |
| Microsoft Windows 2000 Advanced Server | 8 TS M0 | 8.2 |
| Microsoft Windows 2000 Datacenter Server | 8 TS M0 | 8.2 |
*
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: | Problem Note |
| Priority: | medium |
| Topic: | SAS Reference ==> Procedures ==> GANTT Analytics ==> Project and Resource Scheduling
|
| Date Modified: | 2000-09-12 16:05:52 |
| Date Created: | 2000-09-12 16:05:52 |