BookmarkSubscribeRSS Feed
wyanetr0
Calcite | Level 5
FILENAME DATAIN 'C:\2016BRFSS\LLCP2016.ASC' LRECL = 2032;
*****************************************************************************
* EXAMPLE: *
c
* NOTE: MAKE SURE THE ASTERISK IS REMOVED BEFORE THE WORD FILENAME AND *
* MAKE SURE THAT THE GREATER THAN AND LESS THAN SIGNS < > ARE REMOVED *
* FROM THE FILENAME STATEMENT *
*****************************************************************************;

LIBNAME DATAOUT V7 'C:\2016BRFSS\BRFSS2016.SAS';
*****************************************************************************
* EXAMPLE: '' *
* LIBNAME DATAOUT 'C:\' *
* A SAS DATABASE WILL BE STORED AT C:\SASDATA.sas7bdat *
* NOTE: MAKE SURE THE ASTERISK IS REMOVED BEFORE THE WORD LIBNAME AND *
* MAKE SURE THAT THE GREATER THAN AND LESS THAN SIGNS < > ARE REMOVED *
c:
*****************************************************************************;

LIBNAME LIBRARY 'C:\2016BRFSS' ;
2 REPLIES 2
Shmuel
Garnet | Level 18

What is the question?

What are you trying to do? what is your code ?

Reeza
Super User

Ok. @wyanetr0 do you have a question?

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 789 views
  • 0 likes
  • 3 in conversation