Author |
Message |
Topic: Arranging records |
padma
Replies: 3
Views: 1783
|
Forum: Utilities Posted: Wed Nov 03, 2004 6:31 am Subject: Arranging records |
Hi,
Can you help me out in this:
I've a file in which 15th byte will have values 164,148 or 149.
I need to sort the file in 164, 148 and 149.
ie.,the input is
XXXXXXXXXXXXXX,148,.........
XXXX ... |
Topic: Problem in SAS |
padma
Replies: 2
Views: 1602
|
Forum: Application Programming Posted: Fri Oct 01, 2004 2:29 pm Subject: Problem in SAS |
Thanks a lot
Now I've changed the infile parameter as
INFILE FILE1 TRUNCOVER DSD ;
And it seems to work
We have our implementation next week and you've helped me immensely.
Thanks again |
Topic: Problem in SAS |
padma
Replies: 2
Views: 1602
|
Forum: Application Programming Posted: Thu Sep 30, 2004 10:41 pm Subject: Problem in SAS |
Hi,
I need to convert a comma delimited file to a fixed length one. The total length of the Fixed length file is 356 bytes.
Please find the SAS controlcard which I am using as follows:
DATA FIL ... |
|