What is the one statement to set the criteria of data that
can be coded in any step?
Answers were Sorted based on User's Feedback
Answer / cc
Should be where.
THe keywords are "that can be coded in any step". Only
where can.
It's a question testing the difference between if and where.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / guest
using OPTIONS it will criteria of the entair data set.
ex: options ls=120,ps=80;
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / prasanth
Where cannot be used reading data from Datalines or External file how come we can assume where can be coded in any step.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is prime numbers? how we can get plc write sas code?
what is SAS OPTIMIZATION?
How to get the repeated values by using sql in sas ?
explain the proc in sas? : Sas-administrator
SAS System ?
how can you put a "trace" in your program? : Sas programming
In ARRAY processing, what does the DIM function do?
How would you code the criteria to restrict the output to be produced?
What is the SAS data set?
What is the order of evaluation of the following operators + - * / ** () ???
firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming