Space line between span header and header?
please check input and output .
In output i want empty space line between span header and variable?
Please , Thanks in advance.
You want this ?
title 'xxxxxxxxxxx';
proc report data=sashelp.class nowd;
columns ("xxxxxxxx" ( '05'x name age weight height));
define name/display;
run;
Please post data in usable form and show the what you have tried so far.
Using proc report it could be possible to achieve what you want by inserting a constant into the data prior to calling proc report and using a compute before block with line statement.
You want this ?
title 'xxxxxxxxxxx';
proc report data=sashelp.class nowd;
columns ("xxxxxxxx" ( '05'x name age weight height));
define name/display;
run;
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.