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
Explain the difference between nodup and nodupkey options?
what is treatment emergent events and treatment emregent adverse event
Give an example where SAS fails to convert character value to numeric value automatically?
what is the Population you used in your project, is it ITT or PP?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What are types of transport files?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What does the trace option do?
What are the limitations for memory allocation for SAS variables
how can you create zero observation dataset? : Sas programming
Give e an example of..
Can you execute a macro within a macro? Describe. : sas-macro
If a variable contains letters or special characters, can it be numeric data type?
What is the difference between %local and %global? : sas-macro
Mention the category in which sas informats are placed?