hello expert
please, I would like To the impact of the logiciel record, or Will incraese the numéro of the bytes.
data _null_;
file "r\fil.txt" lrec=1000;
run;
Two ways of exploring this:
RTM:
Test yourself, be using different lengths in your program.
Hi @LineMoon
My 2 cents here:
If i understood correclty you want to ask, if there will be a difference in the size of the file created, if you use LRECL and if you don't.
Please note that, if you don't use LRECL= in the file ouput statement, then sas by default uses the LRECL=32767 and creates the file.
if your data has record length less than 1000 and you use lrecl=1000, then there won't be any difference in size, cause its the logical length and not physical length , which denotes the maximum bytes it can store in a row.
Thanks,
Manjeet
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.