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 1997, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 25 Jun 1997 03:31:05 GMT
Reply-To:     jim-law@cuhk.edu.hk
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Jim Law <jim-law@CUHK.EDU.HK>
Organization: Computer Services Centre, The Chinese University of Hong Kong
Subject:      Datasource for CompuStat Univerial Character Format(CSAUC and
              CS48QUC)

Would you help me?

I run a SAS/ETC procedure to extract CompuStat data on ASCII format by:

filename compstat '/datalib5/compustat/annual'; proc datasource filetype=csauc infile=compstat out = stocks outby=company option=ascii;

run;

The following is the error message:

ERROR: The character set cannot be determined from the first record of the file COMPSTAT. Use either the ASCII or EBCDIC option to indicate the character set of the incoming data.

Do you have any idea?

Jim Law Computer Services Centre The Chinese University of Hong Kong


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