<?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: Encrypting Excel Through SAS using PKzip utility in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266103#M15704</link>
    <description>&lt;P&gt;Are you running on Unix? &amp;nbsp;You need to use zip instead of pkzip. &amp;nbsp;Check your system for what commands you have and the syntax for using them.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2016 16:56:31 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2016-04-25T16:56:31Z</dc:date>
    <item>
      <title>Encrypting Excel Through SAS using PKzip utility</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266021#M15700</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need a small assistance. I am creating a dataset and exporting them as an excell file. Then I zip and encrypt them through PKzip manually and upload the same to library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am pllannnning to automate the zip &amp;amp; encryption part as want to zip &amp;amp; encrypt the file at exporting step only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got stuck and need some guidance here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;DInesh&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 12:57:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266021#M15700</guid>
      <dc:creator>dineshg1984</dc:creator>
      <dc:date>2016-04-25T12:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Excel Through SAS using PKzip utility</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266048#M15701</link>
      <description>&lt;P&gt;You would use the command line to do this. &amp;nbsp;You can send out command line strings in numerous ways, X being one of them. &amp;nbsp;The below assumes Windows operating system, and you will need to check the pkzip command line parameters to make sure:&lt;/P&gt;
&lt;PRE&gt;x "wzzip &amp;lt;location to output zip&amp;gt;\&amp;lt;output zip&amp;gt;.zip -s -yc &amp;lt;yourfile&amp;gt;,xlsx";&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Apr 2016 14:55:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266048#M15701</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-04-25T14:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Excel Through SAS using PKzip utility</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266102#M15703</link>
      <description>&lt;P&gt;Hi RW9,&lt;/P&gt;&lt;P&gt;Thanks for responding to my query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually I have schedulled my code on Crontab and it throws output at a particular location on server space as an excell. I was just trying to encrypt that excell using PKZip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DInesh&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 16:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266102#M15703</guid>
      <dc:creator>dineshg1984</dc:creator>
      <dc:date>2016-04-25T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Excel Through SAS using PKzip utility</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266103#M15704</link>
      <description>&lt;P&gt;Are you running on Unix? &amp;nbsp;You need to use zip instead of pkzip. &amp;nbsp;Check your system for what commands you have and the syntax for using them.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 16:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266103#M15704</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2016-04-25T16:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Excel Through SAS using PKzip utility</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266300#M15722</link>
      <description>&lt;P&gt;Wel, then you will want to look at ways of automating the "crontab" job so as that runs the command line compression package on your output file. &amp;nbsp;I don't use this so can't help there, but normally in OS scripting you run a series of commands, the last one on that list of commands should be a call to the zip exe with the parameters it needs to compress the file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Irrespective of process, its not a SAS task, but an operating system task as it is using a command line program to compress a file.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 07:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266300#M15722</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-04-26T07:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Excel Through SAS using PKzip utility</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266626#M15749</link>
      <description>&lt;P&gt;Hey Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actuually I am able to zip the file on unix however I also want to encrypt it with password and zip in unix dont give me option to encrypt the fille&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 06:33:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266626#M15749</guid>
      <dc:creator>dineshg1984</dc:creator>
      <dc:date>2016-04-27T06:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Excel Through SAS using PKzip utility</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266642#M15756</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets forget about zipping the file. Is it possible to password protect my excel that i am exporting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running this sas code as cronjob which save the output to a folder at server. Since the file is quite heavy so itt would be a time consuming effort to get the file on my local system and passwork protect &amp;nbsp;it and then upload it back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just wondring to automate the stuff to save myself some time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;DG&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 08:27:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266642#M15756</guid>
      <dc:creator>dineshg1984</dc:creator>
      <dc:date>2016-04-27T08:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypting Excel Through SAS using PKzip utility</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266647#M15757</link>
      <description>&lt;P&gt;Wouldn't have thought so. &amp;nbsp;If you create the output file via one of the tagsets, then it is XML output - i.e. plain text which Excel can read and interpret. &amp;nbsp;As I have said above, you will need to call some third party commandline tool to process the file, and encrypt it. &amp;nbsp;Just searching on Google yields the same information:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://askubuntu.com/questions/17641/create-encrypted-password-protected-zip-file" target="_blank"&gt;http://askubuntu.com/questions/17641/create-encrypted-password-protected-zip-file&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is 7zip, one of the most popular zip programs, and it has a command line action:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sevenzip.osdn.jp/chm/cmdline/" target="_blank"&gt;https://sevenzip.osdn.jp/chm/cmdline/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 08:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Encrypting-Excel-Through-SAS-using-PKzip-utility/m-p/266647#M15757</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-04-27T08:34:22Z</dc:date>
    </item>
  </channel>
</rss>

