Greetings from the Edge:
Using JavaObj in DATA Step

by Richard A. DeVenezia, Back to Home

This paper was presented May 11, 2004 at the SUGI 29 conference in Montreal, Canada.

Example 15 (Gateway) is the most complicated. An Adapter and a Runnable are used to persist java objects between DATA Steps within a SAS session. The technique has the adapter A starting a thread T with runnable R. The adapter A provides access to methods and fields of R which is persisting in T.

Go here to see additional JavaObj examples created for my SESUG 2003 presentation.