Not sure if this is possible but can I parse the results of the following into a dataset?
x 'find /c "searchstr" "x:\sas\data\*.sas"';
basically all this does is call the DOS "find" command. The idea of the program is that it will search sas program files for a particular word or phrase (windows search cannot do this but the dos command can, dont figure!)
The above command works fine, just not sure how to then get the data into a useful format.
Cheers
Nick
where would we be without rhetorical questions...
x 'find /c "searchstr" "x:\sas\data\*.sas"';
basically all this does is call the DOS "find" command. The idea of the program is that it will search sas program files for a particular word or phrase (windows search cannot do this but the dos command can, dont figure!)
The above command works fine, just not sure how to then get the data into a useful format.
Cheers
Nick
where would we be without rhetorical questions...