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
What is the difference between SAS functions and procedures?
what are the categories that sas informats are used to the place the data? : Sas-administrator
Mention the category in which sas informats are placed?
what is sas olap server? : Sas-di
What are the difference between the sas data step and sas procs?
How do you use the do loop if you don’t know how many times you should execute the do loop?
If money were no object, what would you like to do?
Differentiate between sas functions and sas procedures.
what other sas products have you used and consider yourself proficient in using? : Sas programming
explain the proc in sas? : Sas-administrator
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
how do the in= variables improve the capability of a merge? : Sas programming
Differentiate input and infile.
How do you test for missing values?
what is null hypothesis? why do you consider that?