<?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 Use of Infile and Input statements in SAS Certification</title>
    <link>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982156#M1900</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I came across a feed that said that the infile input and arrays won't be tested on Base SAS Certification exam.&lt;BR /&gt;&lt;BR /&gt;I am wondering if there is a reason why. Import works with many data input types. Wondering if there are exceptions where there is a need to use infile/ input and import won't work. Would appreciate any light on this.&amp;nbsp; For eg., I saw 4 different types of reading input etc. Wondering if I need to know these too - not cert POV&amp;nbsp; &amp;nbsp;but if there be a need. TY.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2026 13:58:56 GMT</pubDate>
    <dc:creator>SASsusrik</dc:creator>
    <dc:date>2026-01-19T13:58:56Z</dc:date>
    <item>
      <title>Use of Infile and Input statements</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982156#M1900</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I came across a feed that said that the infile input and arrays won't be tested on Base SAS Certification exam.&lt;BR /&gt;&lt;BR /&gt;I am wondering if there is a reason why. Import works with many data input types. Wondering if there are exceptions where there is a need to use infile/ input and import won't work. Would appreciate any light on this.&amp;nbsp; For eg., I saw 4 different types of reading input etc. Wondering if I need to know these too - not cert POV&amp;nbsp; &amp;nbsp;but if there be a need. TY.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 13:58:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982156#M1900</guid>
      <dc:creator>SASsusrik</dc:creator>
      <dc:date>2026-01-19T13:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Infile and Input statements</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982158#M1901</link>
      <description>&lt;P&gt;Correct, it has been over 6 years since INFILE/INPUT have been on the SAS Base Programming Certification exam. The official information for exam content is always in the Exam Content Guides that you can find at &lt;A href="http://www.sas.com/certification" target="_blank"&gt;www.sas.com/certification&lt;/A&gt;&amp;nbsp;If it is in the exam content guide, it is fair game for the exam.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ignoring the certification exam for a moment, in general, there are occasions when where INFILE/INPUT provide the greatest control and flexibility (over PROC IMPORT) for the developer writing code to read&amp;nbsp;complex semi-structured data.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 15:52:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982158#M1901</guid>
      <dc:creator>Mark2010</dc:creator>
      <dc:date>2026-01-19T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Infile and Input statements</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982167#M1902</link>
      <description>&lt;P&gt;In addition it is always preferable to use normal SAS code to read a delimited text file (aka CSV file) instead of using PROC IMPORT.&amp;nbsp; This ie because a delimited text file has no place to store information about how to define the variable which forces PROC IMPORT to make educated GUESSES about how the variables should be defined.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 16:55:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982167#M1902</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2026-01-19T16:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Infile and Input statements</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982169#M1903</link>
      <description>&lt;P&gt;Hi Tom&lt;BR /&gt;&lt;BR /&gt;Thanks for your response. Also am wondering if we need to know functions other than those mentioned in the cert guide/ book. Would it be good enough to learn the contents of the book for the certification? TIA!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 17:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982169#M1903</guid>
      <dc:creator>SASsusrik</dc:creator>
      <dc:date>2026-01-19T17:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Infile and Input statements</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982172#M1904</link>
      <description>&lt;P&gt;From prior discussion threads, I'm pretty sure you can trust the certification guide.&amp;nbsp; SAS wants you to pass the certification test.&amp;nbsp; They're not likely to add test questions on topics that are not addressed in the certification guide.&amp;nbsp; You just want to make sure you have the most recent certification guide.&amp;nbsp; I'm sure there are plenty of prior versions bouncing around the interwebs.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 18:11:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982172#M1904</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2026-01-19T18:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Infile and Input statements</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982186#M1905</link>
      <description>These "4 different types of reading input“ are the hard core of data step programming. If you want to learn SAS ,you have to have it.&lt;BR /&gt;&lt;BR /&gt;List input&lt;BR /&gt;Format input&lt;BR /&gt;Column input&lt;BR /&gt;Named input</description>
      <pubDate>Tue, 20 Jan 2026 07:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Use-of-Infile-and-Input-statements/m-p/982186#M1905</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-01-20T07:02:52Z</dc:date>
    </item>
  </channel>
</rss>

