<?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: redirect work in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41719#M8557</link>
    <description>Possibly, using LIBNAME and then setting OPTIONS USER=&lt;YOURLIBREF&gt;;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Using Data Libraries - user libref discussion:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/usedatalibs.htm#userlibref" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/usedatalibs.htm#userlibref&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME statement&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/connreflibdictent.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/connreflibdictent.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Library Names - search for discussion on SAS/Connect:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a000986902.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a000986902.htm&lt;/A&gt;&lt;/YOURLIBREF&gt;</description>
    <pubDate>Mon, 08 Jun 2009 13:06:45 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-06-08T13:06:45Z</dc:date>
    <item>
      <title>redirect work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41718#M8556</link>
      <description>hi&lt;BR /&gt;
&lt;BR /&gt;
I'd to redirect the remote work while I'm connecting to a server with SAS/Connect signon.&lt;BR /&gt;
&lt;BR /&gt;
I'd like specify a remote work for a user or a group, an another work for an another user or a group.&lt;BR /&gt;
&lt;BR /&gt;
But the sasv9.cfg I call with my local session cannot interacte with the starting sesson on the server.&lt;BR /&gt;
&lt;BR /&gt;
any helps ?</description>
      <pubDate>Mon, 08 Jun 2009 09:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41718#M8556</guid>
      <dc:creator>Stephane</dc:creator>
      <dc:date>2009-06-08T09:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: redirect work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41719#M8557</link>
      <description>Possibly, using LIBNAME and then setting OPTIONS USER=&lt;YOURLIBREF&gt;;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Using Data Libraries - user libref discussion:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/usedatalibs.htm#userlibref" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/usedatalibs.htm#userlibref&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME statement&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/connreflibdictent.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/connreflibdictent.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Library Names - search for discussion on SAS/Connect:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a000986902.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a000986902.htm&lt;/A&gt;&lt;/YOURLIBREF&gt;</description>
      <pubDate>Mon, 08 Jun 2009 13:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41719#M8557</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-08T13:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: redirect work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41720#M8558</link>
      <description>Sorry Stephane, I am not following you. Can you rephrase?</description>
      <pubDate>Tue, 09 Jun 2009 02:43:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41720#M8558</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-06-09T02:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: redirect work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41721#M8559</link>
      <description>I guess you could exploit the CSCRIPT option of the the SIGNON command.&lt;BR /&gt;
&lt;BR /&gt;
CSCRIPT will allow you to specify a remote host script which is responsible for connecting/launching the sas session on the remoter server.&lt;BR /&gt;
&lt;BR /&gt;
From this script you could use the -work &lt;PHYSICAL path=""&gt; command line option, which redirects the libname work to the specified &lt;PHYSICAL path=""&gt;.&lt;BR /&gt;
&lt;BR /&gt;
You could setup different scripts with different paths for different users.&lt;BR /&gt;
&lt;BR /&gt;
Check this example for a sign-on script on the UNIX platform (look for [7] for the sas invoke):&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.colostate.edu/Services/ACNS/swmanuals/sasdoc/sashtml/comm/z0381712.htm" target="_blank"&gt;http://www.colostate.edu/Services/ACNS/swmanuals/sasdoc/sashtml/comm/z0381712.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Cheers from Portugal.&lt;BR /&gt;
&lt;BR /&gt;
Daniel Santos @ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;&lt;/PHYSICAL&gt;&lt;/PHYSICAL&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:36:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41721#M8559</guid>
      <dc:creator>DanielSantos</dc:creator>
      <dc:date>2009-06-09T11:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: redirect work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41722#M8560</link>
      <description>when you assign a library to libref USER, all single level data set names ( memname rather than libname.memname) will be read from, or written to that USER library.&lt;BR /&gt;
A neat trick uses this combined with library concatenation.[pre]   libname elsewher 'somewhere else' ;&lt;BR /&gt;
   libname   user   ( elsewher work ) ;[/pre]After this code, any datasets already written to the WORK library are available as one-level names and new data sets created will be written into ELSEWHER.&lt;BR /&gt;
 &lt;BR /&gt;
Stephane,&lt;BR /&gt;
does this technique provide what you need?&lt;BR /&gt;
 &lt;BR /&gt;
PeterC</description>
      <pubDate>Wed, 10 Jun 2009 08:42:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41722#M8560</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-06-10T08:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: redirect work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41723#M8561</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Yes Daniel, I wanted to provide a specific work for my team 1 and another one for the team 2. The easiest way to do that is :&lt;BR /&gt;
&lt;BR /&gt;
In the TCPWIN.scr I change the TYPE line that asks the connexion to the server.&lt;BR /&gt;
&lt;BR /&gt;
Instead of the common line :    type 'sas -device grlink -nosyntaxcheck' LF;&lt;BR /&gt;
&lt;BR /&gt;
you put :    type 'sas -device grlink -nosyntaxcheck -WORK "\\Myserver\sasfiles\saswork"    ' LF;&lt;BR /&gt;
&lt;BR /&gt;
Where \sasfiles\saswork will be the root the SAS temporary files.&lt;BR /&gt;
&lt;BR /&gt;
I change by this way the -SASUSER option and then I send to the team 1 the TCPWIN_1.SCR with a -WORK location for it and  I send to the team 2 the TCPWIN_2.SCR with a -WORK location for it.&lt;BR /&gt;
&lt;BR /&gt;
Stéphane.

Message was edited by: Stephane</description>
      <pubDate>Wed, 10 Jun 2009 14:30:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41723#M8561</guid>
      <dc:creator>Stephane</dc:creator>
      <dc:date>2009-06-10T14:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: redirect work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41724#M8562</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
next question&lt;BR /&gt;
&lt;BR /&gt;
I'm still with my Foundation installation and I use usual interface to work remotely but also Guide 4.&lt;BR /&gt;
SEG doesn't use the tcpwin so do you have an idea to do the same thing (ie. redirect work) ?&lt;BR /&gt;
&lt;BR /&gt;
I thought to modify sasv9.cfg on the server but I'm wondering if you know to do differently.</description>
      <pubDate>Wed, 10 Jun 2009 18:22:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41724#M8562</guid>
      <dc:creator>Stephane</dc:creator>
      <dc:date>2009-06-10T18:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: redirect work</title>
      <link>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41725#M8563</link>
      <description>Recommend opening a new post for each new query, rather than piggy-back.  If necessary, post a link back to a related post.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 10 Jun 2009 20:27:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/redirect-work/m-p/41725#M8563</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-06-10T20:27:50Z</dc:date>
    </item>
  </channel>
</rss>

