<?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: Problem with open dataset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988947#M1342198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 Possible way will be check the output length of the file variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say for eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
OPEN DATASET ar_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check ar_file variable length whether its accomodating full file name ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2009 18:08:28 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2009-08-19T18:08:28Z</dc:date>
    <item>
      <title>Problem with open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988946#M1342197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem when to use the statement OPEN DATASET, I need to create in unix directory the next file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ZXQ/sap_i_files/vhvc/data/T0010360.W0041201.YXSP PR DISC_new&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I created the file this delete the spaces and the file appear that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ZXQ/sap_i_files/vhvc/data/T0010360.W0041201.YXSP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next words disappear the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I can do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best for advanced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dlc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 17:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988946#M1342197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T17:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988947#M1342198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 Possible way will be check the output length of the file variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say for eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
OPEN DATASET ar_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check ar_file variable length whether its accomodating full file name ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 18:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988947#M1342198</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-08-19T18:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988948#M1342199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variables is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newfile(128) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know if Ihave to added more length,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 18:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988948#M1342199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T18:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988949#M1342200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for testing remove the space between YXSP PR DISC and keep it as .(dot) or Underscore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
/ZXQ/sap_i_files/vhvc/data/T0010360.W0041201.YXSP.PR.DISC_new
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 18:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988949#M1342200</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-08-19T18:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988950#M1342201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I to replace the space with _ or . , the file created is correct, but only when I want to use the spaces cut the length,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 18:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988950#M1342201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T18:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988951#M1342202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then i think its Unix issue. For testing this use transaction code CG3Z and upload a file from your desktop to your Unix directory you mentioned with space in file name and check whether file created sucessfully with spaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 18:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988951#M1342202</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-08-19T18:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with open dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988952#M1342203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 18:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-open-dataset/m-p/5988952#M1342203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T18:35:35Z</dc:date>
    </item>
  </channel>
</rss>

