What is Control Break processing ?
Answer / sudha
Control Breal is mainly used for report generations.
| Is This Answer Correct ? | 17 Yes | 0 No |
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
what is a load module ?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what is difference between cobol and cobol/400
What are the divisions in a cobol program?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
how can we fetch 3 records in cobol pgm any coding pls ?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
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.