BookmarkSubscribeRSS Feed
iagutierrez_00
Calcite | Level 5

Hello all, I am taking the SAS programming 1: Essentials training, but I am encountering a problem in this part of my practice files training every time I am running a code I keep getting an error message “ Library PG1 does not exist “ I am using the SAS Studio, I read some comments and seems like this about the path or the location of the files I played to move the folders to a different location but I kept getting the same error message, don’t know what is the server name, I tried to use this path  \\server10080/folders/myshortcuts/EPG194/data but i kept getting the same error, any ideas pleaseSAS Studio Error Message.PNG

5 REPLIES 5
iagutierrez_00
Calcite | Level 5

Thank you it worked 

iagutierrez_00
Calcite | Level 5
Thank you i did that and worked perfect
Reeza
Super User

I think you need to remove the FILEPATH inyour %let Path = statement and leave the rest.

 

PS. I'll move this question to the Programming 1 course forum.


@iagutierrez_00 wrote:

Hello all, I am taking the SAS programming 1: Essentials training, but I am encountering a problem in this part of my practice files training every time I am running a code I keep getting an error message “ Library PG1 does not exist “ I am using the SAS Studio, I read some comments and seems like this about the path or the location of the files I played to move the folders to a different location but I kept getting the same error message, don’t know what is the server name, I tried to use this path  \\server10080/folders/myshortcuts/EPG194/data but i kept getting the same error, any ideas pleaseSAS Studio Error Message.PNG


 

iagutierrez_00
Calcite | Level 5

Thank you Reeza, it worked thank you