my problem is to export my report to xsl.i can do that.but
the problem is my report has 3 headings first heading
should be printed with the merging of (1-5)cells and
heading 2 should be of merge(2-4)cells?how to do this
condition?

Answer Posted / ankit

may be it is possible in macros when we use index function and compress function

data value;
infile 'val.txt' DSD delimiter='09'x MISSOVER lrecl=5000 ;
informat No :best. ;
informat Name:$75. ;

format Sl :best. ;
format Name :$75. ;
input
Sl_No :best.
Name_Of_Salon :$75. @;
if index (Name_Of_Salon,'"') gt 0 then do;
input / Name_Of_Salon_a :$75. @;
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the functions which are used for character handling functions?

610


What are the difference between the sas data step and sas procs?

604


Explain data_null_?

606


how does sas handle missing values in assignment statements? : Sas programming

565


explain about data integrator metadata reports? : Sas-di

558






Intern stastical programmer written test

282


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

675


what are the types of interactive display types? : Sas-bi

648


Describe the ways in which you can create macro variables? : sas-macro

574


What does PROC print, and PROC contents do?

722


Describe the ways in which you can create a macro variable?

620


Which command is used to perform sorting in sas program?

593


What are the parameters of scan function?

615


Can you suggest us materials for sdtm mapping?

4030


Difference between SAS STATA & SPSS?

676