How many divisions we have in Cobol ?

Answer Posted / guest

there are four divisions in cobol
identification division
environment division
data division
procedure division

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1783


Give some examples of command terminators?

759


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2732


HOw can I get the negative sign while deduct high value from low value

1790


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

825






Differentiate between structured cobol programming and object-oriented cobol programming.

667


What is the difference between PIC 9.99 and 9v99 in COBOL?

732


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10617


Explain about different table spaces.

650


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1024


What is the use of intialize verb?

750


What is comp-1 and comp-2?

764


What is length is cobol?

650


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

700


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914