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 (October 1997, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 30 Oct 1997 11:36:02 -0500
Reply-To:     See-Wong Shum <shum@PANIX.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         See-Wong Shum <shum@PANIX.COM>
Subject:      help: converting PC binary file to SAS dataset
Content-Type: TEXT/PLAIN; charset=US-ASCII

I have trouble in converting a PC binary file into SAS dataset I am running Window 95 SAS 6.12

The PC binary file which is 525,178,647 bytes has the following documentation:

567 "a",C,1,1,0,1,0 "b",I,79,4,0,9,0 "c",F,564,4,0,9,1

I guess "a", "b" and "c" are variable names, C stands for character; "I" stands for Integer; and "F" for floating point; The first numeric for the starting position; and the second for the length.

Please help me out. Thank you in advance.


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