Hi Everyone, I have a text file that is similar to the one below (1). It does not have any demiliers and it has the variables: name,sex,age,weight, height. Could you kindly help with how this can be imported into a SAS dataset as shown in (2) ? I) External text file: JanetF1562.5112.5 MaryF1566.5112 CarolF1462.8102.5 JudyF1464.390 2) Dataset table after importing into SAS should look like: Janet F 15 62.5 112.5 Mary F 15 66.5 112 Carol F 14 62.8 102.5 Judy F 14 64.3 90 Thank you so much, Regards, ramm
... View more