How many sections are there in data division?.
Answer Posted / vampire
Data divison 6 sections
Linkage section
report secion
message/communication session
working storage section
screen section
file section
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
explain sorting techniques in cobol program?
How do u write test cases?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
) How do u handle errors in BMS macro?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
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
Describe the cobol database components?
What is rmode(24)
What are the various section in data division and briefly explain them.
Which mode is used to operate the sequential file?
In COBOL, what is the different between index and subscript?
how to convert the recors form vsam file to db2 table tru file aid