Hello
I am a new user, trying to teach myself SAS Studio. I was working with the SASHELP Cars data and then I tried to import my own csv files. NOw Cars doesn't work, and I get error messages with basic proc print run commands. I can't see any of the data.
Very very green with SAS
But I need to get this going as I teach it Monday morning!
here's the command and errors:
proc print sashelp.cars;
run;
Errors:
1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
72
73 proc print sashelp.cars;
____________
22
201
ERROR: File WORK.VERSION_1705178709074.DATA does not exist.
ERROR 22-322: Syntax error, expecting one of the following: ;, BLANKLINE, CONTENTS, DATA, DOUBLE, GRANDTOTAL_LABEL, GRANDTOT_LABEL,
GRAND_LABEL, GTOTAL_LABEL, GTOT_LABEL, HEADING, LABEL, N, NOOBS, NOSUMLABEL, OBS, ROUND, ROWS, SPLIT, STYLE,
SUMLABEL, UNIFORM, WIDTH.
ERROR 201-322: The option is not recognized and will be ignored.
74 run;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE PRINT used (Total process time):
real time 0.00 seconds
user cpu time 0.00 seconds
system cpu time 0.00 seconds
memory 215.15k
OS Memory 26020.00k
Timestamp 01/13/2024 09:05:25 PM
Step Count 59 Switch Count 0
Page Faults 0
Page Reclaims 32
Page Swaps 0
Voluntary Context Switches 0
Involuntary Context Switches 0
Block Input Operations 0
Block Output Operations 8
75
76 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
88
I can't see any data, not cars, not gas, not my own.
What did I do?
Please help - and thank you so much in advance
Professor Jen