What are the divisions in a cobol program?



What are the divisions in a cobol program?..

Answer / vineeth

There are 4 divisions Identification division, Environment division, Data division, Procedure division

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25

3 Answers   TCS,


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 ?

0 Answers  


how to know that the file has 300 records how to acess it?

0 Answers   Hewitt, TCS,


how to run sub programs using static and dynamic call ...

3 Answers   TCS,


How we copy a program from production region to development region.What is the process & syntax ?

3 Answers   CTS,






explain sorting techniques in cobol program?

0 Answers  


how to code in cobol while using variable block file?

1 Answers  


hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...

1 Answers   ITC Infotech,


i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

1 Answers   HCL,


How many divisions we have in Cobol ?

4 Answers   Wipro,


01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?

7 Answers  


what are the error codes in cobol, db2, cics, vsam , and jcl

2 Answers   TetraSoft,


Categories