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 difference between (a-z) and (a--z)
hi i am nipun can anybody tell me that if a clinical sas programmer write the code and after successfull execution where do they store it. how they submit tables to TL how work is assigned to programmers either both code, log, output to be submitted. can any one tell me the process
What are the limitations for memory allocation for SAS variables
which domain is better in sas? clinical trails or banking
what are input dataset and output dataset options? : Sas programming
Which is the best training Institute for SAS Business Intelligence course?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
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
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?
How to get part of string form the source string without using sub string function in SAS?