LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 1996, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 21 Feb 1996 15:13:31 GMT
Reply-To:     Elisabetta Magnani <magnanie@SERVMS.FIU.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Elisabetta Magnani <magnanie@SERVMS.FIU.EDU>
Organization: Florida International University
Subject:      sas and transport format file

I am using sas 6.08 to reconvert a transport format file into a sas file. I am using filename fileref1 'directory1'; filename fileref2 'directory2'; proc copy in=fileref1 out=fileref2 import; where the first line assigns a fileref to directory1 where the transport format file is. the second line assigns a fileref to the directory where the sas file will be once the proc copy converts the transport format file into a sas file. I get an error: (202-322) "the option or parameter is not recognized". Am i making a mistage in the way i assign filerefs? the system I am currently workins is a vms operating system so proc copy shoudl do the job. Please, any advice is welcome. thanks


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