Name the divisions in a COBOL program ?

Answer Posted / jeffrey l. subar

I remember 5 back in 1972. I think it was hardware division. Printers and computer needed to be stated.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between next sentence and continue in cobol programing language?

712


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 ......

10633


When is inspect verb is used in cobol?

679


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337


Can you please let me know the centre name of INS certification in Kolkata.

1717






What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

678


What is the difference between external and global variables in COBOL?

815


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1773


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

1549


How to know whether the module is dynamical or statistical?

656


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


What is redefines clause in COBOL?

851


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

686


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?

702


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8660