Skip to content

Commit

Permalink
doc clearing a libref using saslib
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Sep 20, 2023
1 parent 165abb2 commit 9d29ab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1037,10 +1037,11 @@ <h2>SAS Session Object<a class="headerlink" href="#sas-session-object" title="Pe
<dd><dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>libref</strong> – the libref to be assigned</p></li>
<li><p><strong>libref</strong> – the libref to be assigned (or deassigned if providing <cite>options=’clear’</cite>)</p></li>
<li><p><strong>engine</strong> – the engine name used to access the SAS Library (engine defaults to BASE, per SAS)</p></li>
<li><p><strong>path</strong> – path or list of paths to the library (for engines that take a path parameter)</p></li>
<li><p><strong>options</strong> – other engine or engine supervisor options</p></li>
<li><p><strong>options</strong> – other engine or engine supervisor options. Including CLEAR to deassign the library.
To deassign a library only provide libref= and options=’clear’.</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
<img alt="https://user-images.githubusercontent.com/17710182/171252212-4af121a6-72d9-4234-b6cf-2a0d31eb8bf7.png" src="https://user-images.githubusercontent.com/17710182/171252212-4af121a6-72d9-4234-b6cf-2a0d31eb8bf7.png" />
<section id="saspy">
<h1>SASPy<a class="headerlink" href="#saspy" title="Permalink to this heading"></a></h1>
<p><strong>Date</strong>: Sep 01, 2023 <strong>Version</strong>: 5.3.0</p>
<p><strong>Date</strong>: Sep 20, 2023 <strong>Version</strong>: 5.3.0</p>
<p><strong>Source Repository:</strong> <a class="reference external" href="http://github.com/sassoftware/saspy">http://github.com/sassoftware/saspy</a></p>
<p><strong>Issues and Ideas:</strong> <a class="reference external" href="https://github.com/sassoftware/saspy/issues">https://github.com/sassoftware/saspy/issues</a></p>
<p><strong>Example Repo:</strong> <a class="reference external" href="https://github.com/sassoftware/saspy-examples">https://github.com/sassoftware/saspy-examples</a></p>
Expand Down

0 comments on commit 9d29ab4

Please sign in to comment.