Name the divisions in a COBOL program ?

Answer Posted / dipak chowdhury

Identification Division
Environment Division
Data Division
Working storage section
Procedure Division

Is This Answer Correct ?    15 Yes 42 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1782


how do you reference the rrds file formats from cobol programs

937


Can we change the password using ALTER? anyone tried and changed?

1632


What rules are to be followed while using the corresponding options?

726


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 ?

1985






1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5496


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

847


For rewrite, why is it mandatory that file needs to be opened?

712


What is link edit in cobol?

858


Can we redefine the field of x(200) to less than 200?

955


How to remove 2 duplicate records and copy only one using job control language?

875


How many bytes S(8) comp field occupy and its maximum value?

1745


How you can read the file from bottom?

749


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

720


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

982