BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
doug4180
Calcite | Level 5

Here is the log when I try to run the code in the setup.sas file for the Essential Training I:

 

ERROR: Open code statement recursion detected.
236 /* In the line of code below, replace FILEPATH */
237 /* with the path to your EPG1V2/data folder */
238 /***********************************************/
239
240 %let path = H:\Personal\SAS\coursefiles\EPG1V2\data;
241
242 /**********************************************/
243 /* DO NOT EDIT THE CODE BELOW */
WARNING: The quoted string currently being processed has become more than 262 characters long.
You might have unbalanced quotation marks.
244 /**********************************************/
245
246 libname PG1 "&path";
WARNING: Apparent symbolic reference PATH not resolved.

 

 

Here is the code: 

 

/***********************************************/
/* In the line of code below, replace FILEPATH */
/* with the path to your EPG1V2/data folder */
/***********************************************/

%let path = H:\Personal\SAS\coursefiles\EPG1V2\data;

/**********************************************/
/* DO NOT EDIT THE CODE BELOW */
/**********************************************/

libname PG1 "&path";

 

This is the first step towards setting up the course. I am using SAS Windowing environment 9.4.  Why can I not create this library?

1 ACCEPTED SOLUTION
1 REPLY 1

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 318 views
  • 0 likes
  • 2 in conversation