Thanks, the GPATH= option on the ODS HTML statement lets me put all the graphics files away in a separate subdirectory. For the other problem - having to respond while it displays all the graphs on screen, even though running in 'noninteractive' or 'batch' mode: GOPTIONS NOPROMPT; helps, insofar as the graphs just flash by on screen without requiring any user interaction. I found that if I also specify: GOPTIONS DEVICE=HTML; then I don't even see anything on screen at all, which is great, although then I get a duplicate set of graphics files in (by default) a 'sasgraph' subdirectory (I think that can be changed using the GSFNAME= option). If I could have no forced user interaction for graphs displayed on screen no graphs flashing by on screen no duplicate output files that would be perfect. But what I have now is good enough for my purposes.
... View more