Show your code. Do not attach WORD file. Just copy and paste the actual text into the window that pops up when you click on the Insert SAS Code button.
The wording in the assignment is very imprecise (and hence potentially confusing).
I assume the first point is that you should have a COMMENT in your code that has your name. Like writing your name on your homework or exam paper.
You do not use an INFILE statement to read from an existing SAS dataset. So I assume the second point is talking about using an INFILE statement to point to the source text that will be read as part of a DATA STEP that will create a SAS dataset.
I assume the third point is talking about making sure to include the problem number in the title (or titles) on your OUTPUT. Again to make it easier for the grader.
The text you posted does not look like something that a novice SAS user could read into a dataset. I assume that its formatting has been destroyed by being pasted into this discussion forum. That will mess up the formatting since it will try to flow the text into paragraphs. If you want to share the text of the file then copy the text and paste it into the box that appears when you click on the Insert Code button.
... View more