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

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

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
  • 595 views
  • 0 likes
  • 2 in conversation