<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Access a java object in created in one data step in another datastep in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14871#M1901</link>
    <description>Yes, everything seems to be done in just one data step.  I need help referencing a javaobj created in one data step but used in another.</description>
    <pubDate>Tue, 10 Nov 2009 18:46:46 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-11-10T18:46:46Z</dc:date>
    <item>
      <title>Access a java object in created in one data step in another datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14869#M1899</link>
      <description>I create a java object in one data step and would like to access it in another.  Can someone tell me how to do this?&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
&lt;BR /&gt;
dcl javaobj rm(...);&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  set dataset;&lt;BR /&gt;
  rm.callVoidmethod(...);&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Tue, 10 Nov 2009 18:25:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14869#M1899</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-10T18:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Access a java object in created in one data step in another datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14870#M1900</link>
      <description>Have you looked at the SAS DOC on this topic?&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
SAS(R) 9.2 Language Reference: Concepts - Using the Java Object&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a003252712.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a003252712.htm&lt;/A&gt;</description>
      <pubDate>Tue, 10 Nov 2009 18:37:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14870#M1900</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-11-10T18:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Access a java object in created in one data step in another datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14871#M1901</link>
      <description>Yes, everything seems to be done in just one data step.  I need help referencing a javaobj created in one data step but used in another.</description>
      <pubDate>Tue, 10 Nov 2009 18:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14871#M1901</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-10T18:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Access a java object in created in one data step in another datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14872#M1902</link>
      <description>It's unclear what you want to accomplish in the two DATA steps, from my perspective.  There are other technical references at the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website -- consider using the Google advanced search argument below and hopefully you might find some suitable information for your question.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Google advanced search: "java object" site:sas.com</description>
      <pubDate>Tue, 10 Nov 2009 19:01:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14872#M1902</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-11-10T19:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Access a java object in created in one data step in another datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14873#M1903</link>
      <description>I am working with multiple data sets that cannot be merged together and need to reference the same javaobj workspace.  So I would need multiple data steps.</description>
      <pubDate>Tue, 10 Nov 2009 20:23:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14873#M1903</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-10T20:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Access a java object in created in one data step in another datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14874#M1904</link>
      <description>Suggest you open a track with SAS support for input/feedback.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 10 Nov 2009 20:48:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14874#M1904</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-11-10T20:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Access a java object in created in one data step in another datastep</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14875#M1905</link>
      <description>Thanks.</description>
      <pubDate>Tue, 10 Nov 2009 21:00:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Access-a-java-object-in-created-in-one-data-step-in-another/m-p/14875#M1905</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-10T21:00:32Z</dc:date>
    </item>
  </channel>
</rss>

