<?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: Why was the &amp;quot;Title&amp;quot; not able to be printed out? in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Why-was-the-quot-Title-quot-not-able-to-be-printed-out/m-p/440330#M4726</link>
    <description>&lt;P&gt;Compare the TITLE statement that worked, vs. the TITLE statement that failed.&amp;nbsp; You'll notice a significant difference.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2018 20:28:23 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2018-02-26T20:28:23Z</dc:date>
    <item>
      <title>Why was the "Title" not able to be printed out?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Why-was-the-quot-Title-quot-not-able-to-be-printed-out/m-p/440329#M4725</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data adresses; 
infile '/folders/myfolders/Mail.dat'; 
input Name $ 6. Street $ 18. City $ 9. State $ 6.; 
run; 
Title 'Addresses_notsorted'; 
proc print; 
run; 
 
proc sort data=adresses out =sortone 
sortseq=linguistic (NUMERIC_COLLATION=on); 
by street; 
run; 
 
proc print data=sortone; 
Title ='Addresses_sorted_by_street'; 
run; &lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         data adresses;
 74         infile '/folders/myfolders/Mail.dat';
 75         input Name $ 6. Street $ 18. City $ 9. State $ 6.;
 76         run;
 
 NOTE: The infile '/folders/myfolders/Mail.dat' is:
       Filename=/folders/myfolders/Mail.dat,
       Owner Name=sasdemo,Group Name=sas,
       Access Permission=-rw-rw-r--,
       Last Modified=09Feb2018:21:01:38,
       File Size (bytes)=162
 
 NOTE: 4 records were read from the infile '/folders/myfolders/Mail.dat'.
       The minimum record length was 39.
       The maximum record length was 39.
 NOTE: The data set WORK.ADRESSES has 4 observations and 4 variables.
 NOTE: DATA statement used (Total process time):
       real time           0.01 seconds
       cpu time            0.00 seconds
       
 
 77         Title 'Addresses_notsorted';
 78         proc print;
 79         run;
 
 NOTE: There were 4 observations read from the data set WORK.ADRESSES.
 NOTE: PROCEDURE PRINT used (Total process time):
       real time           0.06 seconds
       cpu time            0.07 seconds
       
 
 80         
 81         proc sort data=adresses out =sortone
 82         sortseq=linguistic (NUMERIC_COLLATION=on);
 83         by street;
 84         run;
 
 NOTE: There were 4 observations read from the data set WORK.ADRESSES.
 NOTE: The data set WORK.SORTONE has 4 observations and 4 variables.
 NOTE: PROCEDURE SORT used (Total process time):
       real time           0.00 seconds
       cpu time            0.01 seconds
       
 
 85         
 86         proc print data=sortone;
 87         Title ='Addresses_sorted_by_street';
            _____
            180
 ERROR 180-322: Statement is not valid or it is used out of proper order.
 88         run;
 
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE PRINT used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 89         
 90         
 91         
 92         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 105        
 User: sasdemo
Messages: 17

Procedure Statements&lt;/PRE&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had problem printing out the second "Title" which is&amp;nbsp; 'Addresses_sorted_by_Street'&lt;/P&gt;&lt;P&gt;and the LOG showed that it was an invalid statement.&lt;/P&gt;&lt;P&gt;I have checked out on it several times but I did not realize what I had done wrong.&lt;/P&gt;&lt;P&gt;Can anyone give me a suggestion to modify that?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 20:24:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Why-was-the-quot-Title-quot-not-able-to-be-printed-out/m-p/440329#M4725</guid>
      <dc:creator>jc3992</dc:creator>
      <dc:date>2018-02-26T20:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why was the "Title" not able to be printed out?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Why-was-the-quot-Title-quot-not-able-to-be-printed-out/m-p/440330#M4726</link>
      <description>&lt;P&gt;Compare the TITLE statement that worked, vs. the TITLE statement that failed.&amp;nbsp; You'll notice a significant difference.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 20:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Why-was-the-quot-Title-quot-not-able-to-be-printed-out/m-p/440330#M4726</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-02-26T20:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why was the "Title" not able to be printed out?</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Why-was-the-quot-Title-quot-not-able-to-be-printed-out/m-p/440338#M4727</link>
      <description>&lt;P&gt;I found it.....:p&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did have blind side...&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 20:36:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Why-was-the-quot-Title-quot-not-able-to-be-printed-out/m-p/440338#M4727</guid>
      <dc:creator>jc3992</dc:creator>
      <dc:date>2018-02-26T20:36:47Z</dc:date>
    </item>
  </channel>
</rss>

