I need help with part 1 and 2 of Activity 3.05 from Lesson 3, p103a05. I'm been practicing writing the width and including appropriate decimals places for dates, but for this lesson I'm having trouble.
It says to change the width of the date format to 7, but it says to first run the following values Lon, Lat, Startdate, and Enddate then change the date format to 7. Do I write
proc print data=pg1.storm_summary;
table startdate7 and enddate7;
run;
I have the same questions for part 2 that asks to change it to 11. I'm not receiving the results the activity describes. Thank you to whoever helps me.