How many sections are there in data division?.
Answer Posted / meera
Data division has 7 sections
1.working-storage section
2.file section
3.Linkage section
4.Communication section
5.Report section
6.Screen section
7.Local storage section
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
example for sub strings ? and refernce modifications whit output pls
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
how do you reference the variable block file formats from cobol programs
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 ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are the different rules for performing sort operation?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
In COBOL, what is the different between index and subscript?
What are the different rules to perform a Search?
Discuss about changing dataset name in proc.
Write a cobol program making use of the redefine clause.
how to move the records from file to array table. give with code example
What is an in line perform? When would you use it? Anything else you wish to say about it.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?