hi ,
I have some fileds(included only frist row) in the excel format.
I would like to have in text (text output2) file (required format) .....
I am unable to change it to txt format (text output2) , as it is confusing me in spaces an zeros.
Please find my import file (excel input) (WITH variables position in text file)
outputtextfile(text output2)
please help..
Regards
ALLU
Hi Allu,
Please try the below code
libname mylib "location";
data _null_;
set work.excel;
file "location\file.txt";
put @1 ISIN_NO @20 credit_units @40 f3;
run;
Thanks,
Jagadish
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.