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
Answer Posted / huan
data test;
[statement lines];
run CANCEL;
CK
http://support.sas.com/documentation/cdl/en/lrdict/64316/HTM
L/default/viewer.htm#a000214506.htm
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to sort in descending order?
Mention the validation tools used in SAS?
Explain what Proc glm does?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What is a pdv and what are its functions?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How would you define the end of a macro? : sas-macro
what are several options for creating reports in web report studio? : Sas-bi
explain what is data set in sas? : Sas-administrator
explain the difference between proc means and proc summary?
How would you identify a macro variable?
Explain how merging helps to combine data sets.
What is the use of the %include statement?
What are the five ways to do a table lookup in sas? : sas-grid-administration