What divisions, sections and paragraphs are mandatory for a
COBOL program?
Answer Posted / avinanda mukherjee
IDENTIFICATION DIVISION AND PROGRAM ID IS MANDATORY..
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
For rewrite, why is it mandatory that file needs to be opened?
What is the problem of ordered sequential files access?
Define cobol?
What kind of error is trapped by on size error option?
How to remove 2 duplicate records and copy only one using job control language?
Can a Search can be done on a table with or without Index?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
) what is the difference between AID and HANDLE AID?
example for sub strings ? and refernce modifications whit output pls
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are the different types of condition in cobol and write their forms.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
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
What is the difference between binary search and sequential search?