LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 13 Jun 2003 08:33:29 -0700
Reply-To:     David Kellerman <kellermandavid@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         David Kellerman <kellermandavid@YAHOO.COM>
Subject:      Multiple output files
Content-Type: text/plain; charset=us-ascii

I'm attempting to split a datset into multiple external members of a PDS. Can anyone see what is wrong with the FILENAME statement?

DATA _NULL_ ; SET FIXANOM ; BY JOB ; CALL EXECUTE('%LET FN = ' || JOB ) ; IF NOBS = 1 THEN FILENAME FF "TEST.RPT.CNTL(&FN)" DISP=OLD; PUT FF @1 JOB @12 CPUTM ;

--------------------------------- Do you Yahoo!? Free online calendar with sync to Outlook(TM).


Back to: Top of message | Previous page | Main SAS-L page