<?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 How to dynamic make a libname to zos and let the user choose from af panel ?? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167387#M12881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sas eg 5.1 the how libname works is change a lot from eg 4.1, so i had some problem to have i solve this problem, i am a mainframe i work at the mainfram z/os.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had made a program that i can run from eg 5.1 to get all of the files that the user have acces to , there are maybe150-200 libname , but i can put them in groups&lt;/P&gt;&lt;P&gt;like tas tas.year13 tas.year12 tas.year11 lis lis.year13 lis.year12 lis.year11 payment payment.year13 and so on. the first word can be a system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to give the user a choice to mark which&amp;nbsp; system an year he would like to make a libname to,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;today we had hardcode the libname in the start of a connect, but then we should remember to make a new libanem when some new year arrive or a new system come to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the program list all the files that have a specail qualifer from the mainfram and made a sas tabel and a print of all of the files that sort in groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a idea to how i can put this together&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bjørn Niegch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 17:15:18 GMT</pubDate>
    <dc:creator>fdcbkn</dc:creator>
    <dc:date>2014-04-03T17:15:18Z</dc:date>
    <item>
      <title>How to dynamic make a libname to zos and let the user choose from af panel ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167387#M12881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sas eg 5.1 the how libname works is change a lot from eg 4.1, so i had some problem to have i solve this problem, i am a mainframe i work at the mainfram z/os.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had made a program that i can run from eg 5.1 to get all of the files that the user have acces to , there are maybe150-200 libname , but i can put them in groups&lt;/P&gt;&lt;P&gt;like tas tas.year13 tas.year12 tas.year11 lis lis.year13 lis.year12 lis.year11 payment payment.year13 and so on. the first word can be a system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to give the user a choice to mark which&amp;nbsp; system an year he would like to make a libname to,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;today we had hardcode the libname in the start of a connect, but then we should remember to make a new libanem when some new year arrive or a new system come to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the program list all the files that have a specail qualifer from the mainfram and made a sas tabel and a print of all of the files that sort in groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a idea to how i can put this together&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bjørn Niegch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 17:15:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167387#M12881</guid>
      <dc:creator>fdcbkn</dc:creator>
      <dc:date>2014-04-03T17:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamic make a libname to zos and let the user choose from af panel ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167388#M12882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing an inventory:&lt;/P&gt;&lt;P&gt;- as you are using EG 5.1 you have prompts with that. You could use an autoexec flow. &lt;/P&gt;&lt;P&gt;&amp;nbsp; Do you have a metadataserver? In that case there are possible other options.&lt;/P&gt;&lt;P&gt;- You are mentioning a Connect&lt;/P&gt;&lt;P&gt;&amp;nbsp; What kind of connect? SAS/connect from Windows/Unix or a direct connect to Workspaceserver on the mainframe?&lt;/P&gt;&lt;P&gt;- Since version 9 you can read SAS tables/datasets&amp;nbsp; in SAS-macros.&lt;/P&gt;&lt;P&gt;&amp;nbsp; A you have a SAS table&amp;nbsp; containing the datasets you could add the group/year or other selection field to that dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Maybe it is better to have that dataset semi-permanent at a central location (metadata like). Only being updated when those datasets are updated (added deleted) &lt;/P&gt;&lt;P&gt;- In that case you can build a SAS-macro that does the section on the needed datasets out of that metadata-dataset and generating the libnames&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/63354/HTML/default/viewer.htm#n0uceoo4rewsldn19mqheu1h3b1r.htm" title="http://support.sas.com/documentation/cdl/en/lefunctionsref/63354/HTML/default/viewer.htm#n0uceoo4rewsldn19mqheu1h3b1r.htm"&gt;SAS(R) 9.3 Functions and CALL Routines: Reference&lt;/A&gt; (open fetch close)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/63354/HTML/default/viewer.htm#n0uceoo4rewsldn19mqheu1h3b1r.htm" title="http://support.sas.com/documentation/cdl/en/lefunctionsref/63354/HTML/default/viewer.htm#n0uceoo4rewsldn19mqheu1h3b1r.htm"&gt;SAS(R) 9.3 Functions and CALL Routines: Reference&lt;/A&gt; (call set)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 19:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167388#M12882</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-04-03T19:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamic make a libname to zos and let the user choose from af panel ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167389#M12883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The choice that i would like my customer to have is a multiple choice on all the dataset names they want a libname to,&amp;nbsp; or&lt;/P&gt;&lt;P&gt;Can man in a Process Flow make some boxes that could contain the code for the libnames and then the click on that box and&lt;/P&gt;&lt;P&gt;the code would be executed . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a metadataserver , but the end user only has sas eg.&lt;/P&gt;&lt;P&gt;We connect direct to a workspaceserver on the mainframe.&lt;/P&gt;&lt;P&gt;Can man in a Process Flow make some boxes that could contain the code for the libnames&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i had made a sas data TOTAL the contains all the dataset that the customer had on the mainframe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Processflow2.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5913_Processflow2.png" width="450" /&gt;&lt;IMG alt="Processflow1.png" class="jive-image-thumbnail jive-image jiveImage" src="https://communities.sas.com/legacyfs/online/5912_Processflow1.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 10:25:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167389#M12883</guid>
      <dc:creator>fdcbkn</dc:creator>
      <dc:date>2014-04-04T10:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamic make a libname to zos and let the user choose from af panel ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167390#M12884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am seeing a Scandinavian language being used, something like Dutch as some words are similar.&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Eguide available, that is the switch knife, capable to do most off all you could think off.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;As you are using a metadata-server and EGuide …..&lt;BR /&gt;-&amp;nbsp; The approach SAS is promoting is define a different appserver context for each different user group.&amp;nbsp; &lt;BR /&gt;Thad define the needed allocations for each user-group (fixed) to each user group.&lt;BR /&gt;- Do you want to use a program to allocate data/libraries that is still possible.&lt;BR /&gt;- With Eguide can define running code from a EGP project. The code can be central on a server. &lt;BR /&gt;I am seeing a pointer at your “get sas liste fra mf” code so you are doing this already.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;- you can define a Stored-process to be executed on a workspaceserver, this is new since 9.3.&amp;nbsp; &lt;BR /&gt;There are parameters to them &lt;A href="https://support.sas.com/documentation/cdl/en/stpug/62758/HTML/default/viewer.htm#n1ffjd8bu6we10n1neagn3fpxnsh.htm"&gt;https://support.sas.com/documentation/cdl/en/stpug/62758/HTML/default/viewer.htm#n1ffjd8bu6we10n1neagn3fpxnsh.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is given you the options to have the prompt and code more defined centrally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your resulting dataset “total” I am seeing”:&lt;BR /&gt;- SYS:&amp;nbsp; A logical system name&amp;nbsp; &lt;BR /&gt;- Aar:&amp;nbsp; I think this is the year connection ready for selection&lt;BR /&gt;- DSN: the physical z/OS name (not hfs style) many duplicates for some reason.&lt;BR /&gt;I am missing a DDN DD-NAME name indication. The one that should be unique and the name your users will use (max length 8).&lt;BR /&gt; &lt;BR /&gt;Within the "to be build allocation program" you can define and execute SAS-macro-s that are doing those libname definitions.&lt;BR /&gt;Are you comfortable developing within SAS-macros and Stored processes?&amp;nbsp;&amp;nbsp; :smileyconfused:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 13:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167390#M12884</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-04-04T13:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamic make a libname to zos and let the user choose from af panel ??</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167391#M12885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found another way to solve this problem, i had made a REXX that can hadle the most of this,&lt;/P&gt;&lt;P&gt;the rexx list all my dataset on the mainfram then i build the libname and put the file in unix and include it for the speciel customer,&lt;/P&gt;&lt;P&gt;so the customer get all there libname allmost like it was in sas eg 4.1, and then we just need to run the batch job with the rexx once&lt;/P&gt;&lt;P&gt;a year to get the new year dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I stiil want to see if there is a way in SAS EG to build som code/libname and put them in some boxes and then&lt;/P&gt;&lt;P&gt;this boxes should be running the code or what in the boxes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bjørn Niegsch&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 09:57:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-dynamic-make-a-libname-to-zos-and-let-the-user-choose/m-p/167391#M12885</guid>
      <dc:creator>fdcbkn</dc:creator>
      <dc:date>2014-05-20T09:57:01Z</dc:date>
    </item>
  </channel>
</rss>

