<?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: proc freq template for crosstabular o/p in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38647#M9936</link>
    <description>Hi Tim,&lt;BR /&gt;
&lt;BR /&gt;
The Crosstab option is fine  But I don't want the result in list format.&lt;BR /&gt;
it uses Base.Freq.CrossList template. &lt;BR /&gt;
but i want to use -  Base.Freq.CrosstabFreq or simmilar to that ..&lt;BR /&gt;
How do i write a template for Crosstab and use it with my proc freq.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Avi</description>
    <pubDate>Fri, 29 May 2009 12:44:23 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-05-29T12:44:23Z</dc:date>
    <item>
      <title>proc freq template for crosstabular o/p</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38642#M9931</link>
      <description>hi ,&lt;BR /&gt;
&lt;BR /&gt;
i want to change the headings &amp;amp; layout of proc freq producing cross tabulation output.&lt;BR /&gt;
&lt;BR /&gt;
how can i achieve it in sas9.1 ?&lt;BR /&gt;
i did searched but every where they speak only about template onewayfreqs.&lt;BR /&gt;
------------------------------------------------------------------------------&lt;BR /&gt;
i also got &lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
define crosstabs Base.Freq.CrossTabFreqs;&lt;BR /&gt;
define header myheader;&lt;BR /&gt;
text " ";&lt;BR /&gt;
end;&lt;BR /&gt;
end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
LOG--&lt;BR /&gt;
&lt;BR /&gt;
 %gaccessible;&lt;BR /&gt;
12         ods path work.templat(write) SASUSER.TEMPLAT(UPDATE) SASHELP.TMPLMST(READ);&lt;BR /&gt;
13         proc template;&lt;BR /&gt;
14         edit base.freq.crosstabfreqs / store=work.templat(write);&lt;BR /&gt;
ERROR: Unable to restore 'base.freq.crosstabfreqs' from template store!&lt;BR /&gt;
15         edit h1;&lt;BR /&gt;
ERROR: Unable to restore 'h1' from template store!&lt;BR /&gt;
16         text " ";&lt;BR /&gt;
           ____ ___&lt;BR /&gt;
           1    79&lt;BR /&gt;
                76&lt;BR /&gt;
WARNING 1-322: Assuming the symbol TEST was misspelled as text.&lt;BR /&gt;
ERROR 79-322: Expecting a DATA.&lt;BR /&gt;
ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;
17         end;&lt;BR /&gt;
WARNING: No template to store. Possible mismatched END statement.&lt;BR /&gt;
18         end;&lt;BR /&gt;
WARNING: No template to store. Possible mismatched END statement.&lt;BR /&gt;
19         run;&lt;BR /&gt;
NOTE: PROCEDURE TEMPLATE used (Total process time):&lt;BR /&gt;
      real time           0.01 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
i think , this is for sas 9.2.&lt;BR /&gt;
how can we do it in SAS 9.1&lt;BR /&gt;
------------------------------------------------------------------------------------------------------------&lt;BR /&gt;
regards&lt;BR /&gt;
Avinash</description>
      <pubDate>Fri, 29 May 2009 09:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38642#M9931</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-29T09:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq template for crosstabular o/p</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38643#M9932</link>
      <description>Did you start out with ODS by using "ODS TRACE ON;" to follow the SAS ODS processing?  Also, here is a SAS 9.2 Enhancements page/link and your topic is called out with specifics.&lt;BR /&gt;
&lt;BR /&gt;
Base SAS&lt;BR /&gt;
Enhancements to Procedures for SAS 9.2&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/new92/92procs.html#freq" target="_blank"&gt;http://support.sas.com/rnd/base/new92/92procs.html#freq&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 29 May 2009 11:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38643#M9932</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-29T11:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq template for crosstabular o/p</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38644#M9933</link>
      <description>The crosstabs template is not available in 9.1. However, check out the CROSSLIST option on the TABLES statement. It produces crosstabulation output in column format and there is an ODS template for it.</description>
      <pubDate>Fri, 29 May 2009 12:06:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38644#M9933</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2009-05-29T12:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq template for crosstabular o/p</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38645#M9934</link>
      <description>Hi , &lt;BR /&gt;
I tried the option &lt;BR /&gt;
ods trace on;&lt;BR /&gt;
&lt;BR /&gt;
here is what i got on log&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Output Added:&lt;BR /&gt;
-------------&lt;BR /&gt;
Name:       CrossTabFreqs&lt;BR /&gt;
Label:      Cross-Tabular Freq Table&lt;BR /&gt;
Data Name:  &lt;BR /&gt;
Path:       Freq.Table1.CrossTabFreqs&lt;BR /&gt;
-------------&lt;BR /&gt;
&lt;BR /&gt;
There is no template name.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
The link you send is for SAS 9.2 but i am using SAS 9.1.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Avi</description>
      <pubDate>Fri, 29 May 2009 12:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38645#M9934</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-29T12:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq template for crosstabular o/p</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38646#M9935</link>
      <description>Exactly my point - the SAS 9.2 support is different.  Suggest you investigate the reply from Tim@SAS for an earlier SAS version technique.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 29 May 2009 12:31:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38646#M9935</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-29T12:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq template for crosstabular o/p</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38647#M9936</link>
      <description>Hi Tim,&lt;BR /&gt;
&lt;BR /&gt;
The Crosstab option is fine  But I don't want the result in list format.&lt;BR /&gt;
it uses Base.Freq.CrossList template. &lt;BR /&gt;
but i want to use -  Base.Freq.CrosstabFreq or simmilar to that ..&lt;BR /&gt;
How do i write a template for Crosstab and use it with my proc freq.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Avi</description>
      <pubDate>Fri, 29 May 2009 12:44:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38647#M9936</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-05-29T12:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: proc freq template for crosstabular o/p</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38648#M9937</link>
      <description>Sorry, Avi, but in 9.1 you can't. PROC FREQ does not use an external template for the crosstabs table in releases prior to 9.2.</description>
      <pubDate>Fri, 29 May 2009 19:46:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-freq-template-for-crosstabular-o-p/m-p/38648#M9937</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2009-05-29T19:46:57Z</dc:date>
    </item>
  </channel>
</rss>

