<?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>BrunoMueller Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>BrunoMueller Tracker</description>
    <pubDate>Fri, 25 Sep 2026 23:04:39 GMT</pubDate>
    <dc:date>2026-09-25T23:04:39Z</dc:date>
    <item>
      <title>How to customize your Programming Run-Time Servers pod names</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/How-to-customize-your-Programming-Run-Time-Servers-pod-names/ta-p/991061</link>
      <description>&lt;P&gt;As a SAS Viya administrator you may want to identify different workloads based on the different launcher contexts that you have defined. Currently, by default, all &lt;A href="https://documentation.sas.com/?cdcId=sasadmincdc&amp;amp;cdcVersion=default&amp;amp;docsetId=calsrvpgm&amp;amp;docsetTarget=titlepage.htm" rel="noopener"&gt;Programming Run-Time Servers&lt;/A&gt; pods will have the same, based on the type, prefix for pod names and there is no way to differentiate them from looking at the pod names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance if you use a compute server either by using SAS® Data and AI Studio, SAS Enterprise Guide or the SAS extension for Visual Studio Code the pods are all named using the same prefix. What if you wanted to name them differently, so you could easily distinguish them. The same holds true for batch and connect servers. This article will show you how you can change the prefix being used.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 07:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/How-to-customize-your-Programming-Run-Time-Servers-pod-names/ta-p/991061</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-07-20T07:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: sas-viya batch jobs, file sets and the SAS administrator</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/sas-viya-batch-jobs-file-sets-and-the-SAS-administrator/tac-p/991060#M12117</link>
      <description>&lt;P&gt;Yes the SAS Administrators group has rules that allow them to do most of the things.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2026 06:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/sas-viya-batch-jobs-file-sets-and-the-SAS-administrator/tac-p/991060#M12117</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-07-20T06:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: to retrieve both path and program name in batch viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/to-retrieve-both-path-and-program-name-in-batch-viya/m-p/990928#M30855</link>
      <description>&lt;P&gt;Please clarify how the program is submitted for batch processing. Are you using the sas-viya batch jobs CLI or are you doing a "background submit" in SAS Studio?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where is the code stored you used in the sas-viya batch jobs submit-pgm?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here some examples when using the sas-viya batch jobs CLI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at these macro variables: SYSPROCESSMODE, SYSPROCESSNAME&lt;/P&gt;
&lt;PRE&gt;AUTOMATIC SYSPROCESSMODE SAS Batch Mode
AUTOMATIC SYSPROCESSNAME Program /gelcontent/gelcorp/launcher-info.sas&lt;/PRE&gt;
&lt;P&gt;This is an example where the program is stored on the SAS server. The batch program was started using this command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;sas-viya batch jobs submit-pgm --rempgm /gelcontent/gelcorp/launcher-info.sas -c default&lt;/PRE&gt;
&lt;P&gt;If the code is stored somewhere accessible by the sas-viya command and the batch job is started as&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;sas-viya batch jobs submit-pgm --pgm launcher-info.sas -c default&lt;/PRE&gt;
&lt;P&gt;The macro variables look like this, the program is uploaded and stored in the fileset&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;AUTOMATIC SYSPROCESSMODE SAS Batch Mode
AUTOMATIC SYSPROCESSNAME Program /opt/sas/viya/config/var/run/batch/default/uid2002/JOB_20260716_101153_102_1/launcher-info.sas&lt;/PRE&gt;
&lt;P&gt;What is it you want to achieve?&lt;/P&gt;
&lt;P&gt;See this article&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/sas-viya-batch-jobs-file-sets-and-the-SAS-administrator/tac-p/990918" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Communities-Library/sas-viya-batch-jobs-file-sets-and-the-SAS-administrator/tac-p/990918&lt;/A&gt;&amp;nbsp;for some more details on filesets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 10:28:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/to-retrieve-both-path-and-program-name-in-batch-viya/m-p/990928#M30855</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-07-16T10:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: sas-viya batch jobs, file sets and the SAS administrator</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/sas-viya-batch-jobs-file-sets-and-the-SAS-administrator/tac-p/990917#M12104</link>
      <description>&lt;P&gt;The ability to create batch jobs is controlled by this rule: Uri: /batch/jobs Permission: create&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrunoMueller_1-1784186107097.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/116449i85912F0DC8360962/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BrunoMueller_1-1784186107097.png" alt="BrunoMueller_1-1784186107097.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So instead of principal "Authenticated Users" you could change it to a group of your choosing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can disable the original rule. Make a copy of the original and set the principal. So it is easy to go back to the original setting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If a user not authorized tries to submit a batch job the following error is produced:&lt;/P&gt;
&lt;PRE&gt;sas-viya -p eric batch jobs submit-pgm --pgm launcher-info.sas -c batch2
&amp;gt;&amp;gt;&amp;gt; The file set "JOB_20260716_065351_984_1" was created.
&amp;gt;&amp;gt;&amp;gt;   Uploading "launcher-info.sas".
Failed to start the job.
  Forbidden
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 07:15:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/sas-viya-batch-jobs-file-sets-and-the-SAS-administrator/tac-p/990917#M12104</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-07-16T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get connection information for a SAS9 server in Enterprise Guide and use it in VS Code</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/Get-connection-information-for-a-SAS9-server-in-Enterprise-Guide/tac-p/987951#M11890</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35763"&gt;@yabwon&lt;/a&gt;&amp;nbsp;glad you found it helpful. Too bad it came to late for you. BTW, just recently I watched your SASinnovate presentation on SAS packages. Thanks for that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 18:50:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/Get-connection-information-for-a-SAS9-server-in-Enterprise-Guide/tac-p/987951#M11890</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-05-14T18:50:22Z</dc:date>
    </item>
    <item>
      <title>Get connection information for a SAS9 server in Enterprise Guide and use it in VS Code</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/Get-connection-information-for-a-SAS9-server-in-Enterprise-Guide/ta-p/987839</link>
      <description>&lt;P&gt;The other day someone asked me how can I connect from the SAS extension in VS Code to the same workspace servers I can see in Enterprise Guide. Using the information from the profile used in Enterprise Guide did not work. So it seems those two applications work slightly different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This post will provide a step by step guide how to lookup the information in Enterprise Guide and use it when defining a new connection in the SAS extension for VS Code.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 05:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/Get-connection-information-for-a-SAS9-server-in-Enterprise-Guide/ta-p/987839</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-05-13T05:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically finding a user's own repository in the SAS metadata repository</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Programmatically-finding-a-user-s-own-repository-in-the-SAS/m-p/987310#M380050</link>
      <description>&lt;P&gt;Find below some general code to list all project repositories and their owner.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data md_project_repo_owner;
  length
    nRep 8
    type etype $ 32
    id eId $ 32
    repSearch $ 128
    repURI $ 128
    repName $ 128
    repPath $ 1024
    extSearch $ 1024
    ownerURI $ 128
    ownerId $ 64
  ;
  call missing(type, etype, id, eid, repSearch, repURI, repName, repPath, extSearch, ownerURI);


  * 
  * search for Project repositories
  *;
  repSearch = "OMSOBJ:Repository?@RepositoryType = 'Project'";
  nRep = metadata_resolve(repSearch, type, id);
  putlog "NOTE: Number of Objects found for" +1 repSearch= nRep=;

  *
  * get the individual repURI for each entry
  *;
  do objN = 1 to nRep;
    rc = metadata_getnobj(repSearch, objN, repURI);
    *
    * get Object type and id from objURI
    *;
    eObjType = scan(repURI, 2, ":\");
    eObjId = scan(repURI, 2, "\");

    *
    * get repository details
    * more attributes are available
    *;
    rc = metadata_getattr(repURI, "Name", repName);
    rc = metadata_getattr(repURI, "Path", repPath);

    *
    * search Extension objects
    *;
    extSearch = cats("OMSOBJ:Extension?@Name='ProjectRepository' and @Value=", quote(strip(eObjId), "'"));
    nExt = metadata_resolve(extSearch, etype, eid);

    *
    * get the owner object
    *;
    rc = metadata_getnasn(eId, "OwningObject", 1, ownerURI);

    *
    * get owner id
    *;
    rc = metadata_getattr(ownerURI, "Name", ownerId); 
    output;
  end;
  keep repURI repName repPath ownerURI ownerId;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 May 2026 17:36:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Programmatically-finding-a-user-s-own-repository-in-the-SAS/m-p/987310#M380050</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-05-05T17:36:38Z</dc:date>
    </item>
    <item>
      <title>Who’s been using my CAS tables? Now with activity records</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/Who-s-been-using-my-CAS-tables-Now-with-activity-records/ta-p/987139</link>
      <description>&lt;P&gt;You might remember my post on &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Who-s-been-using-my-CAS-tables/ta-p/913934" rel="noopener"&gt;Who's been using my CAS tables?&lt;/A&gt; where I wrote about the audit entries being created for access to CAS tables and how to read them.&amp;nbsp;Recently I read in the documentation for &lt;A href="https://go.documentation.sas.com/doc/en/itopscdc/default/itopsplan/titlepage.htm?fromDefault=" rel="noopener"&gt;Upcoming Critical Changes for SAS® Viya® Platform&lt;/A&gt; the section on &lt;A href="https://go.documentation.sas.com/doc/en/itopscdc/default/itopsplan/n0gp9ogfu5eny1n1mmsb14pu4g4o.htm#n020gsizgfejrfn1erf9uupwzj25" rel="noopener"&gt;Recording Audit Entries Disabled&lt;/A&gt; at Stable 2026.05. Does this mean, this information is no longer available?&lt;/P&gt;
&lt;P&gt;Do not worry, we still have the same CAS access information available. We just need to read them using a different command. This article will provide the details needed to continue using these audit information.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 09:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/Who-s-been-using-my-CAS-tables-Now-with-activity-records/ta-p/987139</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-05-04T09:19:07Z</dc:date>
    </item>
    <item>
      <title>Get the Code From a SAS Studio Flow using pure SAS program code</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/Get-the-Code-From-a-SAS-Studio-Flow-using-pure-SAS-program-code/ta-p/987134</link>
      <description>&lt;P&gt;Sometimes we want to get the code that is behind a SAS Studio flow. See this post &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-To-Get-the-Code-From-a-SAS-Studio-Flow-and-Why-It-Matters/ta-p/859324" rel="noopener"&gt;How To Get the Code From a SAS Studio Flow and Why It Matters&lt;/A&gt; for more details. The post provides a SAS program to read the generated code. Now often not all the code will fit into the max length of character variable in a SAS data set.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 09:06:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/Get-the-Code-From-a-SAS-Studio-Flow-using-pure-SAS-program-code/ta-p/987134</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-05-04T09:06:59Z</dc:date>
    </item>
    <item>
      <title>Help me type, the sas-viya CLI supports auto-complete</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/Help-me-type-the-sas-viya-CLI-supports-auto-complete/ta-p/986592</link>
      <description>&lt;P&gt;In a Linux terminal we are used to auto-complete for commands, filenames and so on. However when using the sas-viya command-line interface (CLI), pressing the tab key would do nothing. Of course you do have the built-in help, but it is not the same experience.&lt;/P&gt;
&lt;P&gt;Beginning with Stable 2026.02 the sas-viya CLI now supports auto-completion for plugins and commands. This article will introduce you how to enable this feature and how to use it.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 11:23:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/Help-me-type-the-sas-viya-CLI-supports-auto-complete/ta-p/986592</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-04-21T11:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the format in VA in a 100% stacked bar chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-change-the-format-in-VA-in-a-100-stacked-bar-chart/m-p/986581#M18961</link>
      <description>You are welcome and thanks for the feedback.</description>
      <pubDate>Tue, 21 Apr 2026 06:52:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-change-the-format-in-VA-in-a-100-stacked-bar-chart/m-p/986581#M18961</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-04-21T06:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984263#M25847</link>
      <description>&lt;P&gt;About title and footnote. See sample program below. Depending on where the title and footnote statements are used, the apply to the whole page, or just within the region.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;

ods graphics / reset=all height=110mm width=160mm outputfmt=png;

ods pdf file="%sysfunc(pathname(work))/layout.pdf" startpage=never;

title "Title outside of layout";
footnote "Footnote outside of layout";

ods layout gridded columns=1;
ods region;
title "Title inside region 1";
footnote "Footnote inside region 1";
proc sgplot data=sashelp.cars;
vbar type / group=origin response=invoice stat=mean;
run;
ods region;
title;
footnote;
proc sgplot data=sashelp.cars;
vbar type / group=origin response=invoice stat=mean;
run;
ods layout end;

ods pdf startpage=now;

title "Title outside of layout";
footnote "Footnote outside of layout";

ods layout gridded columns=1;
ods region;
title "Title for table";
footnote "Footnote for table";
proc print data=sashelp.class(obs=10);
run;

ods layout end;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 07:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984263#M25847</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-03-02T07:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984148#M25838</link>
      <description>As long as two rows of images will fit on the page you just continue with&lt;BR /&gt;&lt;BR /&gt;ods region;&lt;BR /&gt;proc sgplot ...;&lt;BR /&gt;&lt;BR /&gt;for the next 4 plots.</description>
      <pubDate>Thu, 26 Feb 2026 15:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984148#M25838</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-02-26T15:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984131#M25836</link>
      <description>&lt;P&gt;Since you output to a PDF, you can set some options like papersize and margins. You could use a A3 papersize, so there is more space for the graph, but still print it as A4. I would set the height and width using mm, as you can measure on the paper with a ruler. ODS LAYOUT has support for&amp;nbsp;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_069/odsug/p06ji2uhvayhq5n1eik2z2rf2ga8a.htm#p1na1lpnhx1bepn15wuzly790kqda" target="_blank"&gt;COLUMN_GUTTER=&lt;EM class="xisDoc-userSuppliedValue"&gt;dimension&lt;/EM&gt;&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_069/odsug/p06ji2uhvayhq5n1eik2z2rf2ga8a.htm#p15zybqng8mjqmn1t4uxr5suo5qka" target="_blank"&gt;ROW_GUTTER=&lt;EM class="xisDoc-userSuppliedValue"&gt;dimension&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a sample to test things out. I used macros for some of the options to make it easier to change&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;
options
  papersize="A3"
  topmargin=1cm
  bottommargin=1cm
  leftmargin=1cm
  rightmargin=1cm
  orientation=landscape
  nodate nonumber;
;
ods graphics / reset=all width=90mm height=135mm outputfmt=png;
ods pdf file="%sysfunc(pathname(work))/layout_gridded.pdf";
ods layout gridded columns=4 column_gutter=0;

%macro dataLabel;
  datalabel=model 
    labelfar
%mend;

%macro displayStats;
  displaystats=(n mean median max datamax min datamin  iqr range std q1 q3)
%mend;

%macro datalabelAttrs;
  datalabelattrs=(size=6pt color=blue Style=Normal Weight=Normal) boxwidth=1
%mend;

ods region;

  proc sgplot data=sashelp.cars;
    vbox invoice /
      %dataLabel
      %displayStats
      %dataLabelAttrs
    ;
  run;

ods region;

  proc sgplot data=sashelp.cars;
    vbox horsepower/
      %dataLabel
      %displayStats
      %dataLabelAttrs
    ;
  run;

ods region;

  proc sgplot data=sashelp.cars;
    vbox mpg_city/
      %dataLabel
      %displayStats
      %dataLabelAttrs
    ;
  run;

ods region;

  proc sgplot data=sashelp.cars;
    vbox mpg_highway/
      %dataLabel
      %displayStats
      %dataLabelAttrs
    ;
  run;

ods layout end;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The PDF produced is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 13:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984131#M25836</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-02-26T13:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984118#M25833</link>
      <description>You are not using ODS LAYOUT and you do not specify the size of the image to create, so I guess that is why you do not have them on the same page.</description>
      <pubDate>Thu, 26 Feb 2026 08:15:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984118#M25833</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-02-26T08:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984019#M25828</link>
      <description>&lt;P&gt;How about using &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=odsug&amp;amp;docsetTarget=p188cyzaa8ag5un14vntuxkpo9ny.htm" target="_blank" rel="noopener"&gt;ODS LAYOUT&lt;/A&gt;, see sample below.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;

ods graphics / width=80mm height=80mm outputfmt=static;
ods pdf file="c:\temp\layout_gridded.pdf";

ods layout gridded columns=2;

ods region;
proc sgplot data=sashelp.cars;
vbox invoice;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox horsepower;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_city;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_highway;
run;

ods layout end;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Feb 2026 12:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984019#M25828</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-02-25T12:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Sample: Load cas-shared-default Public data job to load SAS7BDAT files?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-use-the-Sample-Load-cas-shared-default-Public-data-job-to/m-p/983198#M30668</link>
      <description>&lt;P&gt;Please note the filter is case sensitive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not aware of a way to see the actual code being used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it will help if we see the filter definition.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 09:50:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-use-the-Sample-Load-cas-shared-default-Public-data-job-to/m-p/983198#M30668</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-02-09T09:50:43Z</dc:date>
    </item>
    <item>
      <title>A look into the future, Upcoming Critical Changes</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/A-look-into-the-future-Upcoming-Critical-Changes/ta-p/980632</link>
      <description>&lt;P&gt;The SAS documentation provides a "What's New" section. This will tell you about new functionality and features within the SAS software. You will see this in the doc for a Stable or Long-Term Support release when it comes out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Being able to know what the future holds can be an advantage. For SAS Viya there is now a way to see upcoming critical changes. Having this information will allow for better planning when you think about your next SAS Viya release upgrade.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 12:44:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/A-look-into-the-future-Upcoming-Critical-Changes/ta-p/980632</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2025-12-11T12:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT axis break with different distribution/scale before and after the break</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-axis-break-with-different-distribution-scale-before/m-p/979449#M25729</link>
      <description>&lt;P&gt;As a start have a look here&amp;nbsp;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2012/05/31/broken-y-axis/" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/graphicallyspeaking/2012/05/31/broken-y-axis/&lt;/A&gt;&amp;nbsp;it provides a code sample that does the break of an axis "manually". You will have to use the GTL (Graph Template Language). I have taken the above example and adapted it for a broken X axis. Since you did not provide any data and what kind of plot you want I assumed something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this sample:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data plotdata;
  do month = 1 to 14;
    value = rand("integer", 10, 20);
    output;
  end;
run;

/*-- manual break in axis --*/
proc template;
  define statgraph series_break;
    begingraph;
      /* the columweights determine the space available */
      layout lattice / columns=2 rowdatarange=union columnweights=(0.9 0.1) ;
        layout overlay / 
          xaxisopts=(
            griddisplay=on display=(ticks tickvalues label) 
            tickvalueattrs=(size=7)
             linearopts=(viewmin=1 viewmax=11 TICKVALUELIST=(1 2 3 4 5 6 7 8 9 10))
             offsetmax=0
          );
          seriesplot x=month y=value;
        endlayout;
        layout overlay / 
          xaxisopts=(
            griddisplay=on display=(ticks tickvalues) 
            tickvalueattrs=(size=7)
            linearopts=(viewmin=11 TICKVALUELIST=(11 12 13 14))
            offsetmin=0
          )
          yaxisopts=( display=none)
        ;
          seriesplot x=month y=value;
        endlayout;
      endlayout;
    endgraph;
  end;
run;

ods graphics / reset=all;

proc sgrender data=plotdata template=series_break;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 13:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-axis-break-with-different-distribution-scale-before/m-p/979449#M25729</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2025-11-26T13:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Guidance on Visualizing Postal Code Areas in SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Guidance-on-Visualizing-Postal-Code-Areas-in-SAS-Visual/m-p/978727#M18895</link>
      <description>&lt;P&gt;It is best to start with the documentation:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/vacdc/v_035/vareportdata/p031vp9uc5y5iun0zipy3c1trkqn.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/vacdc/v_035/vareportdata/p031vp9uc5y5iun0zipy3c1trkqn.htm&lt;/A&gt;&amp;nbsp;please choose the proper version that you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basic Steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;First you will need the corresponding polygon information for your PLZ8 regions. The easiest would be to have the data as SHP file.&lt;/LI&gt;
&lt;LI&gt;The SHP file needs to be imported as a CAS table,&amp;nbsp;&lt;SPAN&gt;see&amp;nbsp;&lt;/SPAN&gt;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/sasadmincdc/v_069/caldatamgmtcas/p1dwawsidsczlpn121j0glleicxp.htm" target="_blank"&gt;Loading Geographic Polygon Data as a CAS Table&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Define your own Geographic Data Provider, you need to be an administrator (by default only Administrators can do this). See&amp;nbsp;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/vacdc/v_035/vareportdata/p031vp9uc5y5iun0zipy3c1trkqn.htm#p08rpn6wxwstmen1hatk1f2qcndt" target="_blank"&gt;Create a Geography Data Item By Using Custom Polygonal Shapes, Lines, or Coordinates from a Geographic Data Provider&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 13:46:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Guidance-on-Visualizing-Postal-Code-Areas-in-SAS-Visual/m-p/978727#M18895</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2025-11-12T13:46:41Z</dc:date>
    </item>
  </channel>
</rss>

