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

Answer Posted / tathagata

x=a+b+c+d will result in a missing value if any one of the
value in a,b,c or d is missing.
x=sum(a,b,c,d) will give the sum assuming the missing value
as '0'

Is This Answer Correct ?    22 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Display names and numbers of employees who have 5 years or more experience and  salary less than Rs.15000 using array of structures (name, number, experience and  salary)

4288


What is BASIS

1649


MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON

1612


please any one pass file aid,xpeditor and endeavor tools

1871


how many types of bytes are there???

1971






what is technical system, business system, logical system in sap pi7.0

2115


Explain the types of operations? Draw the figure for shift and rotate operations?

2791


What is the use of sas software? Is sas and sap are different?

1001


how CLR identify vb file?

2488


Diffrence between 2.0,3.0,3.5,4.0. versions of .net?

2755


4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?

1882


1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END

2342


Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile

1472


what is the difference between an OS(operating system) and Framework?

1508


what does mean and stack mean in genral programming?

1428