<?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 Change encoding of data view on remote server with CVP engine not working: input library empty in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-encoding-of-data-view-on-remote-server-with-CVP-engine/m-p/629118#M35618</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;I found out that I want to Change the Encoding of a dataview instead of a dataset.&lt;/P&gt;&lt;P&gt;So I think one way would be to create a new dataset with the data view and then use the following code.&lt;/P&gt;&lt;P&gt;Is there another way I could accomplish my Task?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to Change the Encoding from latin9 to utf-8 with the CVP engine in the following way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname lib_in "&amp;amp;PROJ_ROOT./data" outencoding='UTF-8';


%LET remo=dab01.pb.com 8741; 
options comamid=tcp; 
options remote=remo; 
options notes nomlogic nomprint linesize=120 compress=binary; 
options netencryptalgorithm=SASPROPRIETARY; 



signon cmacvar=signon_status user=username password="pwd"; 
rsubmit; 

libname dab cvp '/data/hist' access=readonly;

endrsubmit;

libname dab slibref=dab server=remo; 

proc datasets nolist;
  copy in=dab out=lib_in override=(encoding=session outrep=session);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: Input library DAB is empty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, once I delete the cvp part in my libname it works again (without Encoding changes). Help is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 14:54:20 GMT</pubDate>
    <dc:creator>caro_</dc:creator>
    <dc:date>2020-03-03T14:54:20Z</dc:date>
    <item>
      <title>Change encoding of data view on remote server with CVP engine not working: input library empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-encoding-of-data-view-on-remote-server-with-CVP-engine/m-p/629118#M35618</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit:&lt;/P&gt;&lt;P&gt;I found out that I want to Change the Encoding of a dataview instead of a dataset.&lt;/P&gt;&lt;P&gt;So I think one way would be to create a new dataset with the data view and then use the following code.&lt;/P&gt;&lt;P&gt;Is there another way I could accomplish my Task?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to Change the Encoding from latin9 to utf-8 with the CVP engine in the following way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname lib_in "&amp;amp;PROJ_ROOT./data" outencoding='UTF-8';


%LET remo=dab01.pb.com 8741; 
options comamid=tcp; 
options remote=remo; 
options notes nomlogic nomprint linesize=120 compress=binary; 
options netencryptalgorithm=SASPROPRIETARY; 



signon cmacvar=signon_status user=username password="pwd"; 
rsubmit; 

libname dab cvp '/data/hist' access=readonly;

endrsubmit;

libname dab slibref=dab server=remo; 

proc datasets nolist;
  copy in=dab out=lib_in override=(encoding=session outrep=session);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: Input library DAB is empty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, once I delete the cvp part in my libname it works again (without Encoding changes). Help is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 14:54:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-encoding-of-data-view-on-remote-server-with-CVP-engine/m-p/629118#M35618</guid>
      <dc:creator>caro_</dc:creator>
      <dc:date>2020-03-03T14:54:20Z</dc:date>
    </item>
  </channel>
</rss>

