data tbl1;
set tb;
run;
PROC EXPORT OUTFILE="\\corp\dfs\Mortgage_Shared\VA019\F01B\Everyone\MBIO\Non_QM..xlsb"
DATA= tbl1
DBMS= EXCELCS REPLACE;
SHEET='Data';
SERVER='GA0122';
quit;
The results go to the above named server location however the report carraige return results go to the bottom of the page where there are no records. I then have to move the scroller to the top. Is there a way to insert code to have the results begin at the top left or cell (A1) and have a frozen header beginning at cell A2 ?? Or must this be handled in the datastep of "tbl1"
Your question is confusing (for example what does the report carraige return results go to the bottom of the page where there are no records mean?) hence probbaly why you got no answers.
As for freezing rows, maybe forego proc export and look here
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.
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.