<?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: Output Directory in Batch Server properties in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259623#M4584</link>
    <description>Resa, there is some more background known than you can see following this thread question.&lt;BR /&gt;Those business applications OB DM IH are real ones aside of that adhoc to come a live in the infrastructure Jan is helping to deliver.&lt;BR /&gt;That one of the current directory ws is a real experienced one in that environment (temp files). Adding an option in the batch server for lst redirection is a technical one a previous described. I am answering the functional requirements. There is difference between technical working and functionality within business.&lt;BR /&gt;As weird it is. Do not use spaces in namings.   Unix and Windows are allowing that, but the scripting by SAS fails.</description>
    <pubDate>Tue, 29 Mar 2016 11:24:55 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2016-03-29T11:24:55Z</dc:date>
    <item>
      <title>Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259033#M4571</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since 9.4M3 (I think) there&amp;nbsp;is a new entry field in the properties of the DATA Step Batch Server in tyhe Management Console. Below the Logs Directory we now have one for Output Directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="2016-03-25 11_14_46-Standaard vDesktop Ont 2015.1.png" alt="2016-03-25 11_14_46-Standaard vDesktop Ont 2015.1.png" src="https://communities.sas.com/t5/image/serverpage/image-id/2469i44C5CA9EDCE74069/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can imagine what this field can do (in fact have been hoping for this a long time) but I cannot see how it works out. The online docs and the in-app help do not mention the field. As far as I can tell it is not used when calling SAS.&amp;nbsp;I am on RHEL7 Linux.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks in advance for you thoughts,&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 10:19:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259033#M4571</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-03-25T10:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259034#M4572</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12460"&gt;@jklaverstijn﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this directory stands out for the default location of lst files generated by batch processes (proc print).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The .LST file is the output file for the program that has been executed. This file is created only if there is output for the program.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Before this, all the logs directory was filled with lst files, by default. Now it is possible to define a different location for those files, which can be useful as they can be used for controlling the batch processes and reporting.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this can help a bit &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 10:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259034#M4572</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-03-25T10:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259045#M4575</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for chiming in. That does make sense and it is (almost) exactly what I was hoping for. However, the expected does not happen. At least not for me. I have set it up as in the image but&amp;nbsp;a job containing a proc print fails with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ERROR: Insufficient authorization to access /srv/SASConfig/Lev1/SASApp/Options_Libnames.lst.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So SAS tries to stick the .lst file in the root of the batch server config, ignoring the setting in the metadata. Also the command given to LSF to be execute does not contain the metadata setting. I would have expected&amp;nbsp;a -print parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have taken care of .lst file locations many times, mostly by editing the sasbatch.sh script, but was hoping for things to become more automatic in 9.4M3. So I must be doing something wrong or missing something here.&amp;nbsp;But I don't see it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 11:10:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259045#M4575</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-03-25T11:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259156#M4577</link>
      <description>Have you redeployed your jobs? Since the batch server doesn't call the meta data server during execution.</description>
      <pubDate>Fri, 25 Mar 2016 21:01:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259156#M4577</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-25T21:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259218#M4579</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt;. Yes I have. Many times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The batch server is in fact not even a real server. It is a fancy way of defining the command line that's sent to the OS, in my case via LSF. The command is determined it two stages: first from metadata when deploying (eg from DI Studio) and later by adding the job to a flow. I have noticed that the latter tweaks the log line by adding the names of flow user to the logfile name. I have not added logconfigloc so no log4sas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In all this I see no sign of adding or handling procedure output via the -print parameter, as the new server metadata property would suggest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope for someone from the forum to shed some light in this. If not I will stalk the developer(s) at SGF &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2016 12:50:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259218#M4579</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-03-26T12:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259320#M4580</link>
      <description>&lt;P&gt;Jan. You are the question "what is an application".&amp;nbsp; Please try to get one correct asap. It is very basic business process organisation.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I am having for you:&lt;/P&gt;
&lt;P&gt;++ &lt;A href="http://support.sas.com/publishing/pubcat/chaps/58172.pdf" target="_blank"&gt;http://support.sas.com/publishing/pubcat/chaps/58172.pdf&lt;/A&gt;&amp;nbsp;&amp;nbsp; Tuning SAS Applications in the OS/390 and z/OS Environments.&amp;nbsp;&amp;nbsp; "&amp;nbsp; What Is a SAS Application?&amp;nbsp;&amp;nbsp; The word &lt;EM&gt;application&lt;/EM&gt;, as used in this book, is defined as one or more related SAS language programs that perform a specific function for an organization on a cyclic basis."&lt;BR /&gt;++ &lt;A href="https://en.wikipedia.org/wiki/Application_software" target="_blank"&gt;https://en.wikipedia.org/wiki/Application_software&lt;/A&gt;&amp;nbsp;"An &lt;STRONG&gt;application program&lt;/STRONG&gt; (&lt;STRONG&gt;app&lt;/STRONG&gt; or &lt;STRONG&gt;application&lt;/STRONG&gt; for short) is a &lt;A title="Computer program" href="https://en.wikipedia.org/wiki/Computer_program" target="_blank"&gt;computer program&lt;/A&gt; designed to perform a group of coordinated functions, tasks, or activities for &lt;STRONG&gt;the benefit of the user.&lt;/STRONG&gt;&amp;nbsp;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps better to indicate it as &lt;A href="https://en.wikipedia.org/wiki/Business_logic" target="_blank"&gt;https://en.wikipedia.org/wiki/Business_logic&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- logic tier&amp;nbsp; = code ,&amp;nbsp;the business sas programs (also map schedule informatie etc)&lt;/P&gt;
&lt;P&gt;- data tier&amp;nbsp; = data&amp;nbsp; , the business data-sets (SAS-datasets Excel&amp;nbsp;TD Oracle or whatever )&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- presentation layer = results (lst or other like pdf/html/ods catalogs)&lt;/P&gt;
&lt;P&gt;Very classic but not less true. It is te Foundation for ICT services when adding scheduling SLA's with technical performance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that you find the business goal is lost. All technical references are making the tools / utilities the leading subject (eg the SAS System) ignoring business requiements and business semantics. What are those business&amp;nbsp;appplication in their world?&lt;BR /&gt;Examples of SAS applications can be: IH OB DM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (just abbrevations for used business&amp;nbsp;logic)&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is getting data in applying some business logic and getting results with logs in a scheduled way. (4 categories). Those are commonly build on the Develop/Test/Acceptance/Production stages (4 categories).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Now the question: "What is a SAS Appserver about.."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1/ Is it for the sake&amp;nbsp;of an IT-department delivering the SAS-system as tool?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.....&amp;nbsp;&amp;nbsp;(won't proceed wiht this one)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2/ Is for fullfilling the business needs like OB IH DM?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..... &amp;nbsp;this one makes the most sense for getting aligned with the business. &lt;BR /&gt;&amp;nbsp;&amp;nbsp; Yup some more work to do for IT departments. Can be automatized that is what it professionals can do.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Suppose you have those three businsess applications and some adhoc work how to organize storage locations?&lt;/P&gt;
&lt;P&gt;You probably know this one: &lt;A href="http://support.sas.com/kb/50/345.html" target="_blank"&gt;http://support.sas.com/kb/50/345.html&lt;/A&gt; The often mentioned bypass is hardcoding phyiscal names into business logic code. The result is frustrating the requirement of release management process. &lt;BR /&gt;You can solve it all by having four appservers (adhoc and three business logic) app-servers.&lt;/P&gt;
&lt;P&gt;The destination of the logs/results/source repositories van be tailored as of each app-server. The batch server script can be aligned&amp;nbsp;wiht that according to needed scheduling and security requiements.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 10:00:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259320#M4580</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2016-03-28T10:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259610#M4582</link>
      <description>&lt;P&gt;Hi ja karman,&lt;/P&gt;
&lt;P&gt;Regardless of the fact whether what you state is relevant or not I fail to see the relation of your reply to the question of the OP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMHO the OP indicates that the new option that is currently available for the batch server, that is to redirect output (.lst files) to a location of your own choosing, does not seem to live up to expectations.&lt;/P&gt;
&lt;P&gt;Basically the OP would like to know if he is overlooking something causing it not to work for him.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have seen the same option and also for me it is not working yet.&lt;/P&gt;
&lt;P&gt;So if anyone has find the solution I am also curious to hear it. &amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 08:01:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259610#M4582</guid>
      <dc:creator>Resa</dc:creator>
      <dc:date>2016-03-29T08:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259623#M4584</link>
      <description>Resa, there is some more background known than you can see following this thread question.&lt;BR /&gt;Those business applications OB DM IH are real ones aside of that adhoc to come a live in the infrastructure Jan is helping to deliver.&lt;BR /&gt;That one of the current directory ws is a real experienced one in that environment (temp files). Adding an option in the batch server for lst redirection is a technical one a previous described. I am answering the functional requirements. There is difference between technical working and functionality within business.&lt;BR /&gt;As weird it is. Do not use spaces in namings.   Unix and Windows are allowing that, but the scripting by SAS fails.</description>
      <pubDate>Tue, 29 Mar 2016 11:24:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259623#M4584</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2016-03-29T11:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259625#M4585</link>
      <description>&lt;P&gt;Hi ja karman, &lt;/P&gt;
&lt;P&gt;The fact that there may be more background within a project you are working on may very well be the case.&lt;/P&gt;
&lt;P&gt;However your information is only taking this thread off-topic. Your technical and/or functional requirements may be different to what the feature provides but that is a topic for discussion&lt;EM&gt; inside your project&lt;/EM&gt;. This thread is about a feature currently available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMHO the question as stated by the OP is simple:&lt;/P&gt;
&lt;P&gt;There is seemingly a new feature in the SMC for the batch server and it is not working for him.&lt;/P&gt;
&lt;P&gt;All the OP is interested in (and so am I) is how to get this feature working or, if misinterpreted, what is the actual meaning of the new feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 11:43:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259625#M4585</guid>
      <dc:creator>Resa</dc:creator>
      <dc:date>2016-03-29T11:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259631#M4586</link>
      <description>Resa, did you verify not having spaces in the namings somewhere? This is a problem with the batch server script still existing. It is caused by the logging settings.&lt;BR /&gt;The lst file also did cause issues as you must have full write access to the current directory. &lt;BR /&gt;Both issues are solved in our project with Jan. The lst is a nasty one. You have to  have write access to the current map even if you do not create one. They are hardly used arround here and when it are functional logging. &lt;BR /&gt;&lt;BR /&gt;I think when you take care setting the current dir as stated by that other note your batch script will work.</description>
      <pubDate>Tue, 29 Mar 2016 12:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/259631#M4586</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2016-03-29T12:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/260009#M4610</link>
      <description>&lt;P&gt;Sorry &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/9411"&gt;@jakarman&lt;/a&gt; but your assumptious about what is being asked here are completey wrong. We are trying to get an answer to one single question: what is the usage of the Output Directory property of the Batch Server. Several things go wrong in your line of answering that result in total derailment of the thread that make me afraid I will not get an answer at all:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) You assume a different question should be asked and answer the question you think should be asked. Your assumption is wrong and thus your answer.&lt;BR /&gt;2) Your answer is lengthy and its language confusing and inconcistent. You lost me at the second sentence.&lt;BR /&gt;3) You assume local knowledge from the workfloor ("OB DM IH ...") that we share to be the basis of my question. This assumption is also wrong. Otherwise approach me on that workfloor and not on the forum.&lt;BR /&gt;4) You refer to local knowledge that no one will be able to comprehend. Wrong again.&lt;BR /&gt;5) You target &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13592"&gt;@Resa&lt;/a&gt; based on an incorrect assumption of what I am asking. You also incorrectly assume Resa has some batch thing that is not working. He doesn't, nor have I.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can answering a simple question go wrong in so many ways?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another simple question to you: will you please never answer any of my questions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Jan.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:12:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/260009#M4610</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-03-30T09:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/260026#M4613</link>
      <description>&lt;P&gt;Hi Jan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also think it's being ignored. I tried it out with a&amp;nbsp;SAS 9.4 M3 install on Linux deploying and scheduling a trivial&amp;nbsp;single job flow. Looking at the command line within SAS Management Console, whilst the -log parameter is specified, there was no -print&amp;nbsp;&lt;SPAN&gt;parameter&lt;/SPAN&gt; for controlling the output&amp;nbsp;file location. This was confirmed as absent by looking in the LSF logs too. This particular job then failed because it was trying to write a .lst file into the main SASApp dir where the user had no permissions (instead of the specified SASApp/BatchServer/Output dir where they would have).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm wondering if this is a) a defect&amp;nbsp;or b) an option that is only used by some products/solutions (or planned for future products)?. Perhaps SAS Tech Support might be able to advise?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 11:13:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/260026#M4613</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2016-03-30T11:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/260034#M4614</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18432"&gt;@PaulHomes﻿&lt;/a&gt; for confirming my observations. And for putting the thread on track again ;-).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am still pondering if I will report this to TS as it is not a clear bug. Also&amp;nbsp;there is no immediate impact and we already have a long list of tracks. I am now consider addressing the issue at SGF in the Quad. And in that case we'll have plenty of opportunity to dicsuss the outcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way I will keep you posted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers Jan&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 11:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/260034#M4614</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-03-30T11:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/269400#M4972</link>
      <description>&lt;P&gt;Hi Jan,&lt;/P&gt;
&lt;P&gt;In your last post you indicated:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;jklaverstijn wrote:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;I am now consider addressing the issue at SGF in the Quad. And in that case we'll have plenty of opportunity to dicsuss the outcome.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Out of curiosity (although I know what this did to the cat) ....&lt;/P&gt;
&lt;P&gt;Did you find time to address this at SGF?&lt;/P&gt;
&lt;P&gt;And if so, any news on this item?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 12:46:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/269400#M4972</guid>
      <dc:creator>Resa</dc:creator>
      <dc:date>2016-05-10T12:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/270689#M5019</link>
      <description>Hi Resa,&lt;BR /&gt;&lt;BR /&gt;Just got back from SGF and a subsequent vacation in SW USA. Still buzzing from the jetlag and all the impressions. &lt;BR /&gt;&lt;BR /&gt;I talked to several guys in the data management booth and they were all stumped. General advise was to raise the issue with tech support, which I will do asap.&lt;BR /&gt;&lt;BR /&gt;Cheers Jan.</description>
      <pubDate>Mon, 16 May 2016 13:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/270689#M5019</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-05-16T13:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/273550#M5108</link>
      <description>&lt;P&gt;So I talked about this at the Data Management booth in the Quad and a few eyebrows were raised but noone had the answer. So they suggested to open a track with tech Support which I did. And lo and behold the answer came swift and caused&amp;nbsp;a facepalm moment for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Output Directory property of the Data Step Batch server works in concert with the "Send the output to a file" option of the Schedule Manager in SMC. If you right-click on the Schedule Manager plugin you get access to that option. So if that option is checked and you have a location specified for the batch server than the -print option is added to the SAS command that is composed when deploying the job. Easy as that. I did not find any reference to this option in the online or in-app help.&amp;nbsp;When&amp;nbsp;naming the .lst file the "Prefix the SAS log file with the flow name" option is also honoured. Just no timestamps or anything so output files will be overwritten.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So finally the riddle is solved. Thanks for all chiming in and I hope we all learned something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 10:08:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/273550#M5108</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-05-27T10:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/273705#M5115</link>
      <description>&lt;P&gt;Hey Jan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This question it turned out to be a much more difficult question to answer, than what you might expect.&lt;/P&gt;
&lt;P&gt;Thanks a lot for the feedback, I just learned something good.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 19:59:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/273705#M5115</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2016-05-27T19:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/313934#M6627</link>
      <description>&lt;P&gt;Jan, thanks for posting your&amp;nbsp;solution. I encountered this problem today (no permission to write .lst file to SASApp dir) and after spending some time tracking down the issue to&amp;nbsp;a missing -print option on the SAS command line, I remembered this thread, used the solution you posted and it fixed it. SAS Communities rocks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Makes me wonder if that SAS Management Console Schedule Manager option should be turned on by default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW I found that I had to remove and re-add the job to the flow to get the -print option added. Did you have to do this too?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 00:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/313934#M6627</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2016-11-24T00:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/314088#M6634</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great that you found this helpful. I did have a few small issues after finding out the solution. What you refer to, the command line of the deployed job not being refreshed, was one of them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not needed to remove and re-add a job (with the consequence of loosing all dependencies and triggers as well) or even redeploy. In SMC, open the flow and then open the Properties of the job you're looking for. In the Scheduling Details pane there is a&amp;nbsp;Refresh button underneath the command line field. That button is supposedly available if clicking it would make sense (!). And if it is and you click on it the command line will be updated to include the -print option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another issue we found is the extension of the print filename. By default this is the trusted .lst. But if you visit that setting in SMC (it's in the batch server properties)&amp;nbsp;and leave it unchanged or reset it to .lst the result is that the extension is entirely removed from the filename. Only setting this to something non-standard like .list will make it stick. Very nasty little bug. In the end we resorted to some metadata trickery in a datastep to force the situation so it gives us .lst again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this will help you, Paul. i consider this a great opportunity to give something back where I have received so much from you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Jan.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 12:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/314088#M6634</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-11-24T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Output Directory in Batch Server properties</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/314187#M6636</link>
      <description>&lt;P&gt;Thanks for those extra tips Jan - much appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the Reset button in the Scheduling Details tab, unfortunately it&amp;nbsp;seems to be permanently greyed out for me. I was hoping that the change in&amp;nbsp;&lt;SPAN&gt;Schedule Manager&amp;nbsp;&lt;/SPAN&gt;options would have been dynamically reflected in the command line, or that I could press that Reset button to trigger the update. Did you remember if you did anything special to enable it? I found the button wasn't enabled even after I toggled the Schedule Manager "Send the output to file" option. Not knowing what I had to do to get it enabled, I went with the remove and re-add the job technique. I was lucky in that the flow was very simple and so it was easy to do, but I definitely see what you mean about that approach being undesirable for more complex flows &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 02:11:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Output-Directory-in-Batch-Server-properties/m-p/314187#M6636</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2016-11-25T02:11:05Z</dc:date>
    </item>
  </channel>
</rss>

