Can someone explain accessing, using, creating libraries to a COMPLETE newbie? The demo and materials in the virtual setting are quite confusing and I am finding it difficult to ascertain whether what the speaker is addressing is a 'statement' a 'data step' a 'proc statement' and/or whether what the speaker is discussing is the name of a library or a step. I successfully completed the steps to complete the activities in lessons 1 and 2 (after much distress) and now, in lesson 3, I am STILL receiving;
1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
72
73 proc print data=pg1.storm_summary(obs=50);
ERROR: Libref PG1 is not assigned.
74
however, my log states:
NOTE: Libref PGL was successfully assigned as follows:
Engine: V9
Physical Name: S:\workshop\EPG1V2\activities
my code is:
libname PGL "S:\workshop\EPG1V2\activities";