<?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 DualData Program - Need help using in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10589#M1027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use the DualData program located at the below website. I have downloaded the files and was able to get the program loaded into SAS. Everything looks ok, but anytime I get to the start menu and hit continue to enter a data set name, I keep getting an error that the dataset name is invalid. I use the required 7 characters or less and name the dataset "test". It only contains 10 records. Any help anyone can provide with this program is appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.npwrc.usgs.gov/resource/methods/dualdata/index.htm"&gt;http://www.npwrc.usgs.gov/resource/methods/dualdata/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code I run to start the program and start up the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Special configuration options for OS/2 */&lt;/P&gt;&lt;P&gt;/* These statements should be included in config.sas file */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Do not merge application and SAS System menus */&lt;/P&gt;&lt;P&gt;/* NOTE: Release 6.10 only! */&lt;/P&gt;&lt;P&gt;-noawsmenumerge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* resize aws and turn off aws menus */&lt;/P&gt;&lt;P&gt;-awsdef 0 0 100 100&lt;/P&gt;&lt;P&gt;-awsmenu off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; af cat=dual.ddesys.startup.program;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Example AUTOEXEC.SAS file for OS/2 */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME DUAL&amp;nbsp; 'S:\GenPeds\GenPeds\JHale\DualData';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** Application lives here ***;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** libref DUAL must be defined ***;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME A 'S:\GenPeds\GenPeds\JHale\DualData';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** Application lives here; *directory specification must &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** be identical to libref DUAL ***;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** libref A must be defined ***;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME DDE 'S:\GenPeds\GenPeds\JHale\DualData';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** your data will be stored here ***;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** libref DDE must be defined ***;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*DM 'TOOLCLOSE';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** NOTE: this statement valid for Release 6.10 only; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DM 'LOG OFF; LST OFF; MGR OFF; PGM OFF;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AF CAT=DUAL.DDESYS.STARTUP.PROGRAM; ZOOM ON; AF;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** above statement shuts down various Display&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** Manager windows and starts DUALDATA application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2011 21:24:38 GMT</pubDate>
    <dc:creator>HyunJee</dc:creator>
    <dc:date>2011-12-07T21:24:38Z</dc:date>
    <item>
      <title>DualData Program - Need help using</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10589#M1027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use the DualData program located at the below website. I have downloaded the files and was able to get the program loaded into SAS. Everything looks ok, but anytime I get to the start menu and hit continue to enter a data set name, I keep getting an error that the dataset name is invalid. I use the required 7 characters or less and name the dataset "test". It only contains 10 records. Any help anyone can provide with this program is appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.npwrc.usgs.gov/resource/methods/dualdata/index.htm"&gt;http://www.npwrc.usgs.gov/resource/methods/dualdata/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code I run to start the program and start up the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Special configuration options for OS/2 */&lt;/P&gt;&lt;P&gt;/* These statements should be included in config.sas file */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Do not merge application and SAS System menus */&lt;/P&gt;&lt;P&gt;/* NOTE: Release 6.10 only! */&lt;/P&gt;&lt;P&gt;-noawsmenumerge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* resize aws and turn off aws menus */&lt;/P&gt;&lt;P&gt;-awsdef 0 0 100 100&lt;/P&gt;&lt;P&gt;-awsmenu off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; af cat=dual.ddesys.startup.program;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Example AUTOEXEC.SAS file for OS/2 */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME DUAL&amp;nbsp; 'S:\GenPeds\GenPeds\JHale\DualData';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** Application lives here ***;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** libref DUAL must be defined ***;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME A 'S:\GenPeds\GenPeds\JHale\DualData';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** Application lives here; *directory specification must &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** be identical to libref DUAL ***;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** libref A must be defined ***;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIBNAME DDE 'S:\GenPeds\GenPeds\JHale\DualData';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** your data will be stored here ***;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** libref DDE must be defined ***;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*DM 'TOOLCLOSE';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** NOTE: this statement valid for Release 6.10 only; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DM 'LOG OFF; LST OFF; MGR OFF; PGM OFF;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AF CAT=DUAL.DDESYS.STARTUP.PROGRAM; ZOOM ON; AF;';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** above statement shuts down various Display&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** Manager windows and starts DUALDATA application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 21:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10589#M1027</guid>
      <dc:creator>HyunJee</dc:creator>
      <dc:date>2011-12-07T21:24:38Z</dc:date>
    </item>
    <item>
      <title>DualData Program - Need help using</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10590#M1028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never used it, but it looks like it is looking for version 6 datafiles.&amp;nbsp; Is that what your "test" data file is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 21:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10590#M1028</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-12-07T21:36:36Z</dc:date>
    </item>
    <item>
      <title>DualData Program - Need help using</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10591#M1029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Art,&lt;/P&gt;&lt;P&gt;I actually created two test data files. I attached all the files I have been using to my original post. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"test" is version 6 and "test2" is version 9 of SAS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get the program to run, but something just doesn't seem right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says to create an icon by using the custom configuration and autoexec files (which I included in the CIIMPORT - JJH Edit program) by consulting my operating environment documentation for instructions on how to create an icon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if because I did not specify an icon the program is not running correctly, or if I am specifiying the wrong dataset. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any help you can give. I have been trying to get this to work for over an hour and feel like I have been going in circles......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 22:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10591#M1029</guid>
      <dc:creator>HyunJee</dc:creator>
      <dc:date>2011-12-07T22:02:20Z</dc:date>
    </item>
    <item>
      <title>DualData Program - Need help using</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10592#M1030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following old SAS-L post may provide some of the info you need: &lt;A href="http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0105c&amp;amp;L=sas-l&amp;amp;P=28711"&gt;http://www.listserv.uga.edu/cgi-bin/wa?A2=ind0105c&amp;amp;L=sas-l&amp;amp;P=28711&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 22:16:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10592#M1030</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-12-07T22:16:29Z</dc:date>
    </item>
    <item>
      <title>DualData Program - Need help using</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10593#M1031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have actually been using that same text as a guide. I am able to get the program to load, but I cannot get it to read in any of my datasets. I tried to email Terry Shaffer, but the email appears to be inactive. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 22:24:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10593#M1031</guid>
      <dc:creator>HyunJee</dc:creator>
      <dc:date>2011-12-07T22:24:01Z</dc:date>
    </item>
    <item>
      <title>DualData Program - Need help using</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10594#M1032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't test it because I don't have SAS/FSP.&amp;nbsp; Do you license the product?&amp;nbsp; And,so that others might be able to respond better, what operating system are you on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 22:31:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10594#M1032</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-12-07T22:31:38Z</dc:date>
    </item>
    <item>
      <title>DualData Program - Need help using</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10595#M1033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do license the product and am using SAS V9 for Windows. &lt;/P&gt;&lt;P&gt;I appreciate the help you have been able to provide Art &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 22:37:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10595#M1033</guid>
      <dc:creator>HyunJee</dc:creator>
      <dc:date>2011-12-07T22:37:04Z</dc:date>
    </item>
    <item>
      <title>DualData Program - Need help using</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10596#M1034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Have you tried specifying the version 6 engine for your version 6 data set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there are references to DDE and OS/2. The DDE calls might be significantly different with current versions of Windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 23:52:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DualData-Program-Need-help-using/m-p/10596#M1034</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-12-07T23:52:21Z</dc:date>
    </item>
  </channel>
</rss>

