<?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: DICTIONARY Table Question in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/DICTIONARY-Table-Question/m-p/8661#M353</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Submit code:&lt;BR /&gt;
&lt;BR /&gt;
data totals;&lt;BR /&gt;
   length dept $ 7 site $ 8;&lt;BR /&gt;
   input dept site quarter sales;&lt;BR /&gt;
   datalines;&lt;BR /&gt;
Parts   Sydney  1 7043.97&lt;BR /&gt;
Parts   Atlanta 1 8225.26&lt;BR /&gt;
Parts   Paris   1 5543.97&lt;BR /&gt;
Tools   Sydney  4 1775.74&lt;BR /&gt;
Tools   Atlanta 4 3424.19&lt;BR /&gt;
Tools   Paris   4 6914.25&lt;BR /&gt;
;&lt;BR /&gt;
&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
title 'Total Sales';&lt;BR /&gt;
footnote j=r 'GCHBKSUM ';&lt;BR /&gt;
 &lt;BR /&gt;
proc gchart data=totals gout=sasuser.tmp;&lt;BR /&gt;
   format sales dollar8.;&lt;BR /&gt;
   block site / sumvar=sales name = "XYZ";&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
GRSEG catalog entry has alias and it looks like unique ID for entry. &lt;BR /&gt;
&lt;BR /&gt;
M.</description>
    <pubDate>Tue, 08 Apr 2008 12:00:56 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-04-08T12:00:56Z</dc:date>
    <item>
      <title>DICTIONARY Table Question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DICTIONARY-Table-Question/m-p/8660#M352</link>
      <description>I've been looking into SAS catalogs lately and was wondering  if any one knows what the column "alias" means in the DICTIONARY.CATALOGS table/view.  All the values are missing. &lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
2         +   DESCRIBE TABLE DICTIONARY.CATALOGS;&lt;BR /&gt;
NOTE: SQL table DICTIONARY.CATALOGS was created like:&lt;BR /&gt;
&lt;BR /&gt;
create table DICTIONARY.CATALOGS&lt;BR /&gt;
  (&lt;BR /&gt;
   libname char(8) label='Library Name',&lt;BR /&gt;
   memname char(32) label='Member Name',&lt;BR /&gt;
   memtype char(8) label='Member Type',&lt;BR /&gt;
   objname char(32) label='Object Name',&lt;BR /&gt;
   objtype char(8) label='Object Type',&lt;BR /&gt;
   objdesc char(256) label='Object Description',&lt;BR /&gt;
   created num format=DATETIME informat=DATETIME label='Date Created',&lt;BR /&gt;
   modified num format=DATETIME informat=DATETIME label='Date Modified',&lt;BR /&gt;
   alias char(32) label='Object Alias',&lt;BR /&gt;
   level num label='Library Concatenation Level'&lt;BR /&gt;
  );</description>
      <pubDate>Wed, 02 Apr 2008 19:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DICTIONARY-Table-Question/m-p/8660#M352</guid>
      <dc:creator>darrylovia</dc:creator>
      <dc:date>2008-04-02T19:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: DICTIONARY Table Question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/DICTIONARY-Table-Question/m-p/8661#M353</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Submit code:&lt;BR /&gt;
&lt;BR /&gt;
data totals;&lt;BR /&gt;
   length dept $ 7 site $ 8;&lt;BR /&gt;
   input dept site quarter sales;&lt;BR /&gt;
   datalines;&lt;BR /&gt;
Parts   Sydney  1 7043.97&lt;BR /&gt;
Parts   Atlanta 1 8225.26&lt;BR /&gt;
Parts   Paris   1 5543.97&lt;BR /&gt;
Tools   Sydney  4 1775.74&lt;BR /&gt;
Tools   Atlanta 4 3424.19&lt;BR /&gt;
Tools   Paris   4 6914.25&lt;BR /&gt;
;&lt;BR /&gt;
&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
title 'Total Sales';&lt;BR /&gt;
footnote j=r 'GCHBKSUM ';&lt;BR /&gt;
 &lt;BR /&gt;
proc gchart data=totals gout=sasuser.tmp;&lt;BR /&gt;
   format sales dollar8.;&lt;BR /&gt;
   block site / sumvar=sales name = "XYZ";&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
GRSEG catalog entry has alias and it looks like unique ID for entry. &lt;BR /&gt;
&lt;BR /&gt;
M.</description>
      <pubDate>Tue, 08 Apr 2008 12:00:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/DICTIONARY-Table-Question/m-p/8661#M353</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-08T12:00:56Z</dc:date>
    </item>
  </channel>
</rss>

