What is the difference between: x=a+b+c+d; and
x=SUM(a,b,c,d);?sas

Answer Posted / mohana priya.m

x=a+b+c+d;->The integer value gets stored in the value x.
x=sum(a,b,c,d);->the return value of the function sum
(a,b,c,d) gets stored in the value x.

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can i split string in a textbox in windows appication using C#.net

2221


Write a program to create a process in UNIX

2098


what is the use of occurs 10 or (any number) in the internal table declaration with header line.

1478


Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?

3377


What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe

1558






what is delegate and delegation model give the real live example on delegate model

2829


how to convert the data from HTML file to SAS dataset?

2205


i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..

2900


when we use mantis? how learn mantis?

1701


I want Ada programming language books. Could anyone post me any link for that?

2960


What are events in smartforms?

1799


What is the Difference between in memory database and physical database

2103


How can we develop a multi-tier application in Java?

1478


Delta 5 weight scale not connect with oracle application what i can do?

1816


they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?

1464