Hi all,
I recently installed SAS Studio University edition on my laptop.
I created a folder called perm in my local computer -> my documents and then wrote this libname statement. but there's an error. How do i resolve this ? and i need to use proc contents to see mt dataset,
82
83 libname perm 'C:\Users\manya\Documents\DATA\flatiron\perm' ;
NOTE: Library PERM does not exist.
84
85 proc contents data = data.Patient_Diagnosis;
ERROR: File DATA.PATIENT_DIAGNOSIS.DATA does not exist.
86 run ;
NOTE: Statements not processed because of errors noted above.
NOTE: PROCEDURE CONTENTS used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
NOTE: The SAS System stopped processing this step because of errors.
You need to use the shared folder set up, myfolders.
You can access it via:
libname demo '/folders/myfolders/';
@manya92 wrote:
Hi all,
I recently installed SAS Studio University edition on my laptop.
I created a folder called perm in my local computer -> my documents and then wrote this libname statement. but there's an error. How do i resolve this ? and i need to use proc contents to see mt dataset,
82 83 libname perm 'C:\Users\manya\Documents\DATA\flatiron\perm' ; NOTE: Library PERM does not exist. 84 85 proc contents data = data.Patient_Diagnosis; ERROR: File DATA.PATIENT_DIAGNOSIS.DATA does not exist. 86 run ; NOTE: Statements not processed because of errors noted above. NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The SAS System stopped processing this step because of errors.
You need to use the shared folder set up, myfolders.
You can access it via:
libname demo '/folders/myfolders/';
@manya92 wrote:
Hi all,
I recently installed SAS Studio University edition on my laptop.
I created a folder called perm in my local computer -> my documents and then wrote this libname statement. but there's an error. How do i resolve this ? and i need to use proc contents to see mt dataset,
82 83 libname perm 'C:\Users\manya\Documents\DATA\flatiron\perm' ; NOTE: Library PERM does not exist. 84 85 proc contents data = data.Patient_Diagnosis; ERROR: File DATA.PATIENT_DIAGNOSIS.DATA does not exist. 86 run ; NOTE: Statements not processed because of errors noted above. NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The SAS System stopped processing this step because of errors.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.