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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.