State the difference between INFORMAT and FORMAT ?
No Answer is Posted For this Question
Be the First to Post Answer
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
wat has been most common programming mistake?
what is picture format? give any one example?
how to remove duplicates using proc sql?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
describe how to adjust the performance of data integrator? : Sas-di
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
In ARRAY processing, what does the DIM function do?
Tell me more about the parameters in macro? : sas-macro
If a variable contains only numbers, can it be a character data type?
What is the basic structure of the SAS base program?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.