What commands are used in the case of including or excluding any specific variables in the data set?
No Answer is Posted For this Question
Be the First to Post Answer
How many data types are there in SAS?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
what is the difference between nodup and nodupkey options? : Sas programming
What is the function of Stop statement in a SAS Program?
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
What is the use of %include statement?
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What are the special input delimiters used in SAS?
When you will use nowd option in report???
State the difference between INFORMAT and FORMAT ?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too