BookmarkSubscribeRSS Feed
zigzagwanderer
Calcite | Level 5

Hi,

 

I'm struggling with the export of the information map to xml.

I wrote the code, but the output returns the error:

[ java.io.FileNotFoundException: e:\mapy\filename.xml (The system cannot find the path specified) ]

 

I've tried writing a various combinations of the path, but with no success.

 

proc infomaps;
   export infomap "IM_CMK_Global_9_2023"
      file="e:/mapy/filename.xml"
      mappath="/Shared Data/CM Information Maps/";
run;

I want to export all views. Would be great if I could also save the location and the description of the information map contents.

1 REPLY 1
LinusH
Tourmaline | Level 20

Not only for PROC INOMAP, this generally happens when the path doesn't exist, or maybe you lack credentials.

If you are using a SAS client, e.g., Enterprise Guide, be aware that the statement executes on SAS compute (workspace) server, and any drives (E:) must be configured at system startup.

 

For information of the infomap use the LIST statement.

SAS Help Center: Syntax: PROC INFOMAPS LIST Statement

Output goes to the log, which you can redirect using PROC PRINTTO.

 

Data never sleeps

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 90 views
  • 0 likes
  • 2 in conversation