BookmarkSubscribeRSS Feed
Dynasty14
Calcite | Level 5

What is the purpose of assigning a library path? what is this used for?

 

What does it mean to copy a service mapping file to a new dataset?  What does it mean to assign a GCP dataset path and why is it important?

 

Why is it important to delete a pre-existing dataset?

1 REPLY 1
Kurt_Bremser
Super User

@Dynasty14 wrote:

What is the purpose of assigning a library path? what is this used for?

SAS datasets are accessed by specifying the library where the can be found, and the dataset name, in the form of LIBRARY.DATASET.

Physically, a library is a directory, and the datasets are files with a .sas7bdat extension.

 

What does it mean to copy a service mapping file to a new dataset?  What does it mean to assign a GCP dataset path and why is it important?

Please define "service mapping file".

 

Why is it important to delete a pre-existing dataset?


To avoid having a storage overflow. Keep in mind that the existing file will persist while the new one is created, and is deleted only after the creation of the new file has finished successfully.

Under certain circumstances, and depending on the method of deletion, it is possible to get around the situation where a write lock can't be obtained because some process has the dataset in use.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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