| Author |
Message |
Topic: SAS - How do I read multiple records from Raw Data |
mark37
Replies: 15
Views: 6599
|
Forum: Application Programming Posted: Mon May 21, 2007 11:11 am Subject: SAS - How do I read multiple records from Raw Data |
Howdy Expat, I think my code works because of the line :-
IF TYPE1 NE 'CT' AND TYPE1 NE 'FI' THEN DELETE ;
Therefore, if the last record is not FI it must be CT due to the above code. The END_O ... |
Topic: SAS - How do I read multiple records from Raw Data |
mark37
Replies: 15
Views: 6599
|
Forum: Application Programming Posted: Fri Apr 20, 2007 1:48 am Subject: SAS - How do I read multiple records from Raw Data |
| Thanks for all your help Expat, I managed to resolve this in a slightly different way to your code above, however, I will also test your solution as it looks to be more efficient. I have posted the co ... |
Topic: SAS - How do I read multiple records from Raw Data |
mark37
Replies: 15
Views: 6599
|
Forum: Application Programming Posted: Tue Apr 17, 2007 4:47 am Subject: SAS - How do I read multiple records from Raw Data |
Thanks for the prompt reply EXPAT, I have been sidetracked with other things and am only now returning to this.
To answer your question regarding when I need to read data from the raw file:-
If re ... |
Topic: SAS - How do I read multiple records from Raw Data |
mark37
Replies: 15
Views: 6599
|
Forum: Application Programming Posted: Fri Mar 09, 2007 10:53 am Subject: SAS - How do I read multiple records from Raw Data |
Can anyone help with my SAS problem please?
I am trying to read the first record of data in a qsam sequential mainframe file, identify if in cols 3-4 characters are CT. If they are then I collect d ... |
| |