Answer Posted / thirumalesh.e
when you write your sas programme include debugging and macro debugging statements at each step boundary and check for errors and messages at log by including put statement along with macro expressions. use all macro debugging statements efficiently. if you get right programme with less or no errors after debugging its validated and file the validated programme according to regulations.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
: and & modifiers.
In ARRAY processing, what does the DIM function do?
what is sas application server? : Sas-di
What are the prime responsibilities of data integration administrator? : Sas-di
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
explain the key concept of sas? : Sas-administrator
What is the difference between reading data from an external file and reading data from an existing data set?
how will you locate the sas platform applications? : Sas-bi
What is the basic syntax of a sas program?
how many display types available in sas bi dashboard? : Sas-bi
How can sas program be validated?
What do the SAS log messages "numeric values have been converted to character" mean?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
what is sas enterprise intelligence architecture? : Sas-bi
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