Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?

Answers were Sorted based on User's Feedback



WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?..

Answer / rajaanku11

Debugging is the process of testing the logic of the program.

To debug the sas Datastep: use the Debug clause after '/' in
the data statement and execute. If needed set watch points,
and keep on pressing enter key while Observing the values
in the debugger log window.Finally exit from it.

To debug the Macro programs, use the system options like
Symbolgen,Mlogic, Mprint.

Debugging is also supported by the log window by
notes,warnings, errors and messeges of and Error macro
variables.

Is This Answer Correct ?    20 Yes 0 No

WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?..

Answer / venkatesh.layam

debugging is error identifier process.if you have any
errors in your programme it will display in log window
the errors are different type
syntaxal error
semantic errors
exection time errors
logical errors:which can not gives the error message but
the results are change dynamically.
macro debugging(by using mlogic mprint symbolgen)
>and can identify errors in the programme by using debug
option'/';

Is This Answer Correct ?    1 Yes 1 No

WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?..

Answer / vengala reddy

mlogic,mprint,merror,serror,symbolgyn

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More SAS Interview Questions

Baseline definition in your study

3 Answers   Accenture, Quintiles,


Name statements that are recognized at compile time only?

3 Answers   Accenture,


describe how to adjust the performance of data integrator? : Sas-di

0 Answers  


describe about metadata object? : Sas-di

0 Answers  


What are pdv and it functions?

0 Answers  


What SAS statements would you code to read an external raw data file to a DATA step?

6 Answers   Accenture,


Why is SAS considered self-documenting?

1 Answers   Quintiles,


What is the use of stop statement?

0 Answers  


Please write codes to merge two datasets and keep every record in the first dataset.

1 Answers  


Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?

1 Answers   Icon,


What does the trace option do?

0 Answers  


Explain the message 'Merge has one or more datasets with repeats of by variables'.

5 Answers  


Categories