for report generation which one you used proc report or
data_null_?
Answers were Sorted based on User's Feedback
Answer / satheesh
proc report only we can use. The second option is used for create null dataset....
thank u
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / dileepb
BOTH WE CAN USE:
The DATA _NULL_ step is a reporting tool that offers extreme flexibility. Because it uses the
power of the DATA step, this methodology enables the user to generate reports in almost any
form.
In PROC REPORT,
the compute block, with its access to the majority of the SAS language elements, such as logic
processing, functions, and assignment statements, takes on some of the role of the DATA
_NULL_ step.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the frontend and backend of sas? Is sas is a progaming langauge or tool? on which langauge sas depends?
What is the registered Key word is sas????
How to read the file names of a text files from a shared drive using SAS?
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
wt is a-z and a--z?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
What versions of SAS have you used (on which platforms)?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
How to Rename Library?