Hi, Madelyn - That someone is actually me :$ I've just gotten used to masking sensitive information when sending it out to external consultants, vendors, etc. Here's the output from proc infomaps debug=yes; this time with a more generic pathname: [...] 14 GOPTIONS ACCESSIBLE; 15 proc infomaps debug=yes;/* Export an information map to a physical location. */ 16 /* Note that the sample locations are operating system-specific. */ 17 export infomap "IMAP_17_9311_UAA" 18 file="H:\FolderRedir\Win2008\infomap.xml" 19 mappath="/2017 Census Test/Paper Data Capture/Information Maps"; [ java.io.FileNotFoundException: H:\FolderRedir\Win2008\infomap.xml (Permission denied) ] at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:194) at java.io.FileOutputStream.<init>(FileOutputStream.java:84) at com.sas.iquery.baseinteg.ProcInfoMaps.exportXML(ProcInfoMaps.java:4729) at com.sas.iquery.baseinteg.ProcInfoMaps.exportInformationMap(ProcInfoMaps.java:4716) ERROR: The procedure was unable to export the information map "IMAP_17_9311_UAA" in "/2017 Census Test/Paper Data Capture/Information Maps". 20 21 GOPTIONS NOACCESSIBLE; 22 %LET _CLIENTTASKLABEL=; 23 %LET _CLIENTPROJECTPATH=; 24 %LET _CLIENTPROJECTNAME=; 25 %LET _SASPROGRAMFILE=; 26 27 ;*';*";*/;quit; NOTE: PROCEDURE INFOMAPS used (Total process time): real time 5.86 seconds user cpu time 0.01 seconds system cpu time 0.00 seconds Memory 120k OS Memory 11556k Timestamp 12/20/2016 3:49:04 PM Page Faults 0 Page Reclaims 162 Page Swaps 0 Voluntary Context Switches 1987 Involuntary Context Switches 13 Block Input Operations 0 Block Output Operations 0 27 ! run; 2 The SAS System 15:48 Tuesday, December 20, 2016 28 ODS _ALL_ CLOSE; 29 30 31 QUIT; RUN;
... View more