But you can turn the separate WORK libraries into "permanent" libraries with the proper LIBNAME statement, and then access another session's WORK library this way (if you need to do that). They're not really permanent, hence the quotes, they will disappear when you shut down the session. If you need these data sets to exist after the session shuts down, then you truly need a permanent library.
--
Paige Miller