<?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: Data types and Data Groups in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6748#M2163</link>
    <description>sorry about my typos.&lt;BR /&gt;
&lt;BR /&gt;
I was referring to SASHELP.VFORMAT, for which proc contents will reveal lots of info, but probably not enough. try the support.sas.com knowledge base.&lt;BR /&gt;
&lt;BR /&gt;
The format search path option, is not FMTSEARCHPATH as you point out, but&lt;BR /&gt;
FMTSEARCH&lt;BR /&gt;
&lt;BR /&gt;
Although this dictionary table does not indicate the appropriate data types for each (in)format, you might find it useful to try each out in an interactive window, but for that I think you would have to leave EG and use interactive SAS Display Manager.&lt;BR /&gt;
&lt;BR /&gt;
Good Luck, and sorry about the distracting typos&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
    <pubDate>Tue, 05 Feb 2008 16:20:47 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-02-05T16:20:47Z</dc:date>
    <item>
      <title>Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6737#M2152</link>
      <description>Does anyone know how SAS EG determines whether numeric data is &lt;BR /&gt;
1) currency&lt;BR /&gt;
2) date&lt;BR /&gt;
3) time&lt;BR /&gt;
4) plain numeric&lt;BR /&gt;
&lt;BR /&gt;
I was looking throught the sashelp.views and could not find a table that grouped the numeric formats.  &lt;BR /&gt;
&lt;BR /&gt;
Any help would be appreciated&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Mon, 04 Feb 2008 16:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6737#M2152</guid>
      <dc:creator>darrylovia</dc:creator>
      <dc:date>2008-02-04T16:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6738#M2153</link>
      <description>1)  It inherits formats from the source table/dataset.&lt;BR /&gt;
&lt;BR /&gt;
2)  In the EG Help, look in the index for FORMATS</description>
      <pubDate>Mon, 04 Feb 2008 16:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6738#M2153</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-02-04T16:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6739#M2154</link>
      <description>Another thing to look at for available formats is in the query dialog.&lt;BR /&gt;
&lt;BR /&gt;
Open the dialog&lt;BR /&gt;
In the Select Data tab, select a field.&lt;BR /&gt;
To the right, there are a number of small icons, the one at the top looks like a table grid with a pencil, click on that one.&lt;BR /&gt;
A popup window will pop up -- imagine that.&lt;BR /&gt;
for "Format:" click on the "Change" button.&lt;BR /&gt;
Another popu dialog will pop up, revealing a list of categories of formats, and for each category, a list of formats.&lt;BR /&gt;
&lt;BR /&gt;
Have fun.</description>
      <pubDate>Mon, 04 Feb 2008 17:02:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6739#M2154</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-02-04T17:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6740#M2155</link>
      <description>Hi:&lt;BR /&gt;
  When SAS stores your data, it only has 2 data types: character variables and numeric variables. SAS EG and the SAS Enterprise Intelligence Platform check the descriptor portion of the SAS data set (or the Metadata for the data set) to determine whether a FORMAT (or INFORMAT) has been applied to a numeric variable. The FORMAT is used to set how your variable will be DISPLAYed on a report. The INFORMAT is used to set how your variable will be READ-IN to SAS (or how you must TYPE in the data if you are entering it yourself.)&lt;BR /&gt;
&lt;BR /&gt;
  For example, in the SASHELP library, there is a data set called CLASS that has an AGE variable. AGE is a numeric variable.  If you open an EG project and put SASHELP.CLASS into the project, you will see the standard "numeric" icon for the AGE variable -- because it does not have any FORMAT assigned, EG uses the blue circle with the numbers for the AGE icon. If you add SASHELP.PRDSALE to the project, you will see the "currency" icon for ACTUAL and PREDICT -- ACTUAL and PREDICT have the DOLLAR12.2 format applied to them -- so EG shows them with the "currency" icon.&lt;BR /&gt;
&lt;BR /&gt;
SAS Enterprise Guide Help has the following topics that may be of interest to you:&lt;BR /&gt;
Creating New Data ( This topic talks about the difference between DISPLAY format and READ-IN format. )&lt;BR /&gt;
Working with Data  ( This topic shows the default formats for display and informats for reading in data):&lt;BR /&gt;
[pre]&lt;BR /&gt;
Data type     Format     Informat&lt;BR /&gt;
Character      $w.        $w.&lt;BR /&gt;
Numeric        BESTw.d     w.d&lt;BR /&gt;
Date           MMDDYYw.d  MMDDYYw.d&lt;BR /&gt;
Time           TIMEw.d    Timew.d&lt;BR /&gt;
Currency       DOLLARw.d  none&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
These are the default FORMATs and INFORMATs that SAS will use. If you want to find out what other formats and/or informats are available to use, look for these help topics:&lt;BR /&gt;
Formats: Formats by Category&lt;BR /&gt;
Informats: Informats by Category&lt;BR /&gt;
&lt;BR /&gt;
I don't know what you mean when you say you are looking for a "table that grouped the numeric formats" -- however the above topics in the documentation might help you decide what format you want to use if you want to change the default described above.&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 04 Feb 2008 17:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6740#M2155</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-02-04T17:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6741#M2156</link>
      <description>Hello Cynthia&lt;BR /&gt;
&lt;BR /&gt;
I was looking for a table in side of SAS that would describe numeric data.&lt;BR /&gt;
&lt;BR /&gt;
FORMAT  DATAGROUP&lt;BR /&gt;
date.        date&lt;BR /&gt;
8.             numeric&lt;BR /&gt;
$              character&lt;BR /&gt;
datetime  .date&lt;BR /&gt;
comma    numeric&lt;BR /&gt;
..&lt;BR /&gt;
etc&lt;BR /&gt;
&lt;BR /&gt;
But your suggestion of searching for Formats by Category, I can create a table manually&lt;BR /&gt;
&lt;BR /&gt;
-D</description>
      <pubDate>Mon, 04 Feb 2008 18:11:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6741#M2156</guid>
      <dc:creator>darrylovia</dc:creator>
      <dc:date>2008-02-04T18:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6742#M2157</link>
      <description>Hi:&lt;BR /&gt;
  I'm not sure I understand what the purpose would be of having the format list in a data set.&lt;BR /&gt;
&lt;BR /&gt;
  Most of the places in EG where you can PICK a format have a drop down box with the list of formats in it. The nice thing about the drop down boxes is that each format has a minimum length and a maximum length that it can be -- and that intelligence is built into the places where you can select a format.&lt;BR /&gt;
&lt;BR /&gt;
  In fact, most of the places where you can PICK the format from a drop-down box, also have an area in which it displays what the format looks like.&lt;BR /&gt;
&lt;BR /&gt;
  And, we didn't even go into User-defined formats. So for example, in SASHELP.CLASS, I could design a format that would allow me to show ages according to these groups in one report:&lt;BR /&gt;
Under 13&lt;BR /&gt;
Over 13&lt;BR /&gt;
&lt;BR /&gt;
and according to these categories or groups in another report:&lt;BR /&gt;
Pre-Teen&lt;BR /&gt;
Teen&lt;BR /&gt;
16 and Over&lt;BR /&gt;
&lt;BR /&gt;
AND, some procedures even support the use of Multi-label formats -- so I could count the same variable in more than 1 group in the same report.&lt;BR /&gt;
&lt;BR /&gt;
But...if you're happy with what you found, then that's good.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 04 Feb 2008 20:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6742#M2157</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-02-04T20:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6743#M2158</link>
      <description>Proc Contents will give you a list of variables and their properties inside a particular dataset.&lt;BR /&gt;
&lt;BR /&gt;
Otherwise, what you may be looking for is called MetaData and should be stored in a MetaData server, setup by someone in your company, and appropriately populated with the metadata by people from within your company.</description>
      <pubDate>Mon, 04 Feb 2008 21:56:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6743#M2158</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-02-04T21:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6744#M2159</link>
      <description>of course, SAS9 brought us the SAS.VFORMAT dictionary of all formats and informats currently available through the libraries and catalogs defined in the FMTSEARCHPATH system option, as well as the built-in formats. &lt;BR /&gt;
I expect it is from this dictionary table that E.G. builds the format-picking lists&lt;BR /&gt;
&lt;BR /&gt;
It is a very useful resource, but needs consideration and the understanding you get (take for granted?) automatically with something like  SAS Enterprise Guide &lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Mon, 04 Feb 2008 23:39:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6744#M2159</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2008-02-04T23:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6745#M2160</link>
      <description>Peter,&lt;BR /&gt;
&lt;BR /&gt;
You keep mentioning libraries and "dictionaries" that I do not see, nor find.  How can we use SAS.anything unless someone has created the SAS library?  It does not appear to be available with our default installation, as I did the install on my PC when it go upgraded last time.  Could you help us out a bit more?&lt;BR /&gt;
&lt;BR /&gt;
1      libname sas list;&lt;BR /&gt;
ERROR: Libname SAS is not assigned.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
&lt;BR /&gt;
2      proc options option=fmtsearchpath;&lt;BR /&gt;
3      run;&lt;BR /&gt;
&lt;BR /&gt;
    SAS (r) Proprietary Software Release 9.1  TS1M3&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Unrecognized SAS option name, FMTSEARCHPATH.

Message was edited by: Chuck</description>
      <pubDate>Tue, 05 Feb 2008 12:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6745#M2160</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-02-05T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6746#M2161</link>
      <description>Unfortunately sashelp.vformat or DICTIONARY.FORMAT does not have the group (date, currency, time, etc.) for the format.&lt;BR /&gt;
&lt;BR /&gt;
I'm running a messy ETL routine and the customer wants to know which fields are currency, date, datetime values etc.  I could just manually look at it, but have SAS do the "thinking" for me would be cool&lt;BR /&gt;
&lt;BR /&gt;
D</description>
      <pubDate>Tue, 05 Feb 2008 14:03:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6746#M2161</guid>
      <dc:creator>darrylovia</dc:creator>
      <dc:date>2008-02-05T14:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6747#M2162</link>
      <description>Again, I think we need to re-iterate that SAS has only 2 data types:  number and character.  Everything else is a matter of formats.&lt;BR /&gt;
&lt;BR /&gt;
If you want SAS to tell you what the formats that are related to a variable in a dataset, then use the PROC CONTENTS procedure.&lt;BR /&gt;
&lt;BR /&gt;
If you want a central location for variable definitions, SAS does a have a solution = the SAS MetaData Server.  It will discover a lot of information about data when it is imported/incorporated.  But, the details of the meanings of a variable has to be manually entered by a human somewhere, by someone who knows.&lt;BR /&gt;
&lt;BR /&gt;
data demo;&lt;BR /&gt;
  number = 123456789;&lt;BR /&gt;
  number1 = number;&lt;BR /&gt;
  number2 = number;&lt;BR /&gt;
  number3 = number;&lt;BR /&gt;
  number4 = number;&lt;BR /&gt;
  format number1 ssn. number2 datetime. number3 date. number4 time.;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
proc print;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
proc contents data=demo;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
------------------------------------------------------------------&lt;BR /&gt;
                                                           The SAS System                        09:24 Tuesday, February 5, 2008   4&lt;BR /&gt;
&lt;BR /&gt;
                             Obs      number       number1          number2         number3    number4&lt;BR /&gt;
&lt;BR /&gt;
                              1     123456789    123-45-6789    29NOV63:21:33:09    *******    34293:33&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
                                                           The SAS System                        09:24 Tuesday, February 5, 2008   5&lt;BR /&gt;
&lt;BR /&gt;
                                                       The CONTENTS Procedure&lt;BR /&gt;
&lt;BR /&gt;
                      Data Set Name        WORK.DEMO                                 Observations          1&lt;BR /&gt;
                      Member Type          DATA                                      Variables             5&lt;BR /&gt;
                      Engine               V9                                        Indexes               0&lt;BR /&gt;
                      Created              Tuesday, February 05, 2008 09:24:29 AM    Observation Length    40&lt;BR /&gt;
                      Last Modified        Tuesday, February 05, 2008 09:24:29 AM    Deleted Observations  0&lt;BR /&gt;
                      Protection                                                     Compressed            NO&lt;BR /&gt;
                      Data Set Type                                                  Sorted                NO&lt;BR /&gt;
                      Label&lt;BR /&gt;
                      Data Representation  WINDOWS_32&lt;BR /&gt;
                      Encoding             wlatin1  Western (Windows)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
                                                 Engine/Host Dependent Information&lt;BR /&gt;
&lt;BR /&gt;
                                   Data Set Page Size          65536&lt;BR /&gt;
                                   Number of Data Set Pages    1&lt;BR /&gt;
                                   First Data Page             1&lt;BR /&gt;
                                   Max Obs per Page            1632&lt;BR /&gt;
                                   Obs in First Data Page      1&lt;BR /&gt;
                                   Number of Data Set Repairs  0&lt;BR /&gt;
                                   File Name                   E:\sas_work\_TD3416\demo.sas7bdat&lt;BR /&gt;
                                   Release Created             9.0101M3&lt;BR /&gt;
                                   Host Created                XP_PRO&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
                                            Alphabetic List of Variables and Attributes&lt;BR /&gt;
&lt;BR /&gt;
                                             #    Variable    Type    Len    Format&lt;BR /&gt;
&lt;BR /&gt;
                                             1    number      Num       8&lt;BR /&gt;
                                             2    number1     Num       8    SSN.&lt;BR /&gt;
                                             3    number2     Num       8    DATETIME.&lt;BR /&gt;
                                             4    number3     Num       8    DATE.&lt;BR /&gt;
                                             5    number4     Num       8    TIME.</description>
      <pubDate>Tue, 05 Feb 2008 14:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6747#M2162</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-02-05T14:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6748#M2163</link>
      <description>sorry about my typos.&lt;BR /&gt;
&lt;BR /&gt;
I was referring to SASHELP.VFORMAT, for which proc contents will reveal lots of info, but probably not enough. try the support.sas.com knowledge base.&lt;BR /&gt;
&lt;BR /&gt;
The format search path option, is not FMTSEARCHPATH as you point out, but&lt;BR /&gt;
FMTSEARCH&lt;BR /&gt;
&lt;BR /&gt;
Although this dictionary table does not indicate the appropriate data types for each (in)format, you might find it useful to try each out in an interactive window, but for that I think you would have to leave EG and use interactive SAS Display Manager.&lt;BR /&gt;
&lt;BR /&gt;
Good Luck, and sorry about the distracting typos&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Tue, 05 Feb 2008 16:20:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6748#M2163</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-02-05T16:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6749#M2164</link>
      <description>To clear up the question "how does EG do it", it basically categorizes them based on format.  Those with a DATE format are Date, those with a currency format (like DOLLAR12.) are Currency, etc.&lt;BR /&gt;
&lt;BR /&gt;
EG does use some information served up by the IOM FormatService, an API provided by SAS Integration Technologies.  &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/itech/doc9/dev_guide/dist-obj/comdoc/fmtsca.html" target="_blank"&gt;http://support.sas.com/rnd/itech/doc9/dev_guide/dist-obj/comdoc/fmtsca.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure whether the same information is easily accessible using SAS code.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Thu, 07 Feb 2008 15:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6749#M2164</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2008-02-07T15:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data types and Data Groups</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6750#M2165</link>
      <description>This code works for me to reveal the formats available. There is an extensive list and these formats, by themselves, are meaningless -- this is the list of what's available for formatting numbers: (you should not need a libname statement for SASHELP)&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc print data=sashelp.vformat;&lt;BR /&gt;
  var fmtname source minw mind maxw maxd defw defd;&lt;BR /&gt;
  title 'Available Formats';&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
And this paper talks about all of the "SASHELP.Vxxx" tables for finding out information on your data. &lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi29/237-29.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi29/237-29.pdf&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
I would find this report to be more useful. What formats are used in SASHELP.PRDSALE and SASHELP.CLASS? (Or, what formats are being used in your data files of interest??)&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc print data=sashelp.vcolumn;&lt;BR /&gt;
  where libname = 'SASHELP' and&lt;BR /&gt;
        memname in ('CLASS', 'PRDSALE'); &lt;BR /&gt;
  title 'What Formats are Used for These 2 Tables';&lt;BR /&gt;
  var libname memname memtype name type length format informat label;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
And this is the output in the LISTING window. You can see that there are only 2 TYPEs for variables, char or num ... but some variables have formats assigned:&lt;BR /&gt;
[pre]&lt;BR /&gt;
What Formats are Used for These 2 Tables    &lt;BR /&gt;
                                                                                 &lt;BR /&gt;
Obs    libname    memname   memtype  name       type    length    format        informat    label&lt;BR /&gt;
1474   SASHELP    CLASS     DATA     Name       char       8&lt;BR /&gt;
1475   SASHELP    CLASS     DATA     Sex        char       1&lt;BR /&gt;
1476   SASHELP    CLASS     DATA     Age        num        8&lt;BR /&gt;
1477   SASHELP    CLASS     DATA     Height     num        8&lt;BR /&gt;
1478   SASHELP    CLASS     DATA     Weight     num        8&lt;BR /&gt;
2333   SASHELP    PRDSALE   DATA     ACTUAL     num        8      DOLLAR12.2                Actual Sales&lt;BR /&gt;
2334   SASHELP    PRDSALE   DATA     PREDICT    num        8      DOLLAR12.2                Predicted Sales&lt;BR /&gt;
2335   SASHELP    PRDSALE   DATA     COUNTRY    char      10      $CHAR10.                  Country&lt;BR /&gt;
2336   SASHELP    PRDSALE   DATA     REGION     char      10      $CHAR10.                  Region&lt;BR /&gt;
2337   SASHELP    PRDSALE   DATA     DIVISION   char      10      $CHAR10.                  Division&lt;BR /&gt;
2338   SASHELP    PRDSALE   DATA     PRODTYPE   char      10      $CHAR10.                  Product type&lt;BR /&gt;
2339   SASHELP    PRDSALE   DATA     PRODUCT    char      10      $CHAR10.                  Product&lt;BR /&gt;
2340   SASHELP    PRDSALE   DATA     QUARTER    num        8      8.                        Quarter&lt;BR /&gt;
2341   SASHELP    PRDSALE   DATA     YEAR       num        8      4.                        Year&lt;BR /&gt;
2342   SASHELP    PRDSALE   DATA     MONTH      num        8      MONNAME3.                 Month&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
It was my understanding that the SASHELP.Vxxx tables were available when you SAS session started -- I don't know when that is on the server machine. But on my machine, these SASHELP files and the SQL DICTIONARY. equivalents are available throughout my entire session. &lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
&lt;BR /&gt;
(ps...I just double checked and from a code node, the above code does work in EG.)</description>
      <pubDate>Thu, 07 Feb 2008 17:00:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Data-types-and-Data-Groups/m-p/6750#M2165</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-02-07T17:00:34Z</dc:date>
    </item>
  </channel>
</rss>

