Problem Note 13237: Error referencing SASXGSUB in the Import task within Enterprise Guide
When you use the Import task in Enterprise Guide 3.0.0.369 to insert any
PC file format type, the following code is executed:
%IF %sysfunc(getoption(filesystem))=MVS %THEN %DO;
%LET IsMVS=TRUE;
%END;
When SAS/GRAPH Software is not licensed on the SAS server, the execution
of this code may generate the following error:
ERROR: Unable to install code appendage SASXGSUB.
ERROR: An error occurred while executing function GETOPTION
referenced by the %SYSFUNC or %QSYSFUNC macro function.
To circumvent this problem, you can either manually modify the code as
follows,
%IF %trim(&SYSSCP)=OS %THEN %DO;
%LET IsMVS=TRUE;
%END;
or install SAS/GRAPH on the SAS server. Otherwise, the table will be
imported correctly and the errors can be ignored.
A fix for this issue is available at:
http://www.sas.com/techsup/download/hotfix/ent_guide30.html#01323
Operating System and Release Information
| SAS System | SAS Enterprise Guide | Microsoft Windows NT Workstation | 3.0 | 3.02 | 9.1 TS1M0 | 9.1 TS1M3 |
| Microsoft Windows XP Professional | 3.0 | 3.02 | 9.1 TS1M0 | 9.1 TS1M3 |
| Microsoft Windows 2000 Professional | 3.0 | 3.02 | 9.1 TS1M0 | 9.1 TS1M3 |
*
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: | high |
| Date Modified: | 2005-02-01 11:52:08 |
| Date Created: | 2004-09-02 16:02:38 |