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...


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

Answers were Sorted based on User's Feedback



if a program has some 1000 or more line and how to know whether the syntax of the particular code is..

Answer / naresh

Use options OBS = 0, no replace; Execute your prog. To set normally options OBS = MAX replace;

Is This Answer Correct ?    11 Yes 3 No

if a program has some 1000 or more line and how to know whether the syntax of the particular code is..

Answer / 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

if a program has some 1000 or more line and how to know whether the syntax of the particular code is..

Answer / sasswarup

Syntax errors occur when program statements do not conform to the rules of the SAS language.

Here are some examples of syntax errors:
1.misspelled SAS keyword
2.unmatched quotation marks
3.missing a semicolon
4.invalid statement option
5.invalid data set option

So, the code color gets changed in the editor and we can find out easily.

Is This Answer Correct ?    0 Yes 0 No

if a program has some 1000 or more line and how to know whether the syntax of the particular code is..

Answer / ashish

You can check answers here second anwer has pdf attached which is good

http://stackoverflow.com/questions/836157/in-sas-what-are-good-techniques-options-for-catching-syntax-errors

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

What does P-value signify about the statistical data?

0 Answers  


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

0 Answers  


I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?

2 Answers  


how many display types available in sas bi dashboard? : Sas-bi

0 Answers  


What is the function of output statement in a SAS Program?

0 Answers  


what is hash files in sas and why we are using this one in sas?

0 Answers   L&T, SAS,


is data integration and etl programming is same? : Sas-di

0 Answers  


Describe how you would pass data to macro.

3 Answers  


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et &#8722; 0.5e(t&#8722;1) and draw a line graph of xt.

0 Answers  


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

0 Answers   Quintiles,


what is enterprise guide? What is the use of it? : Sas programming

0 Answers  


how does sas handle missing values in procs? : Sas programming

0 Answers  


Categories