input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16....
output:- A = 100,B=36,C=50.
Here spaces are considered between numbers.
When we give input as above, the numbers should be added n
displayed.So please help me out.
Answer Posted / naba kishore
I am not clear this questions. Please clarify your question.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between binary search and sequential search?
What is the difference between Global and External Variables?
HOw can I get the negative sign while deduct high value from low value
What is the usage of comp fields in cobol?
What is the compute verb? How is it used?
What is inspect in cobol ?
What is the difference between comp and comp-3 usage?
State the various causes of s0c1, s0c5 and s0c7.
What are all the divisions of a COBOL program?
What are the various section in data division and briefly explain them.
what is amode(24), amode(31), rmode(24) and rmode(any)?
how do you reference the variable unblock file formats from cobol programs
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?