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.
... View more