What's the difference between VAR A1 - A4 and VAR A1 - A4?
I guess you mean: difference between Var A1-A4 & Var A1--A4!
A1-A4: assumes the variable names as A1,A2,A3,A4 sequentially.
whereas,
A1--A4 : writes all the variables of the data set which are between the variables: A1 & A4,
eg: it can be name,Id etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
How to display duplicate observations in data?
What is the difference Using & and && in the macro variables
How we can create SAS USER DEFINED CODE?
What is the difference between an informat and a format. Name three informats or formats.
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
What do you feel about hardcoding?
Describe the ways in which you can create macro variables? : sas-macro
What is SAS informats?
How would you code the criteria to restrict the output to be produced?
What is the good sas programming practices for processing large data sets?
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
what is p-value
3 Answers Accenture, Quintiles, Sristek,