At the minimum, which division of COBOL is enough to be
coded?
Answers were Sorted based on User's Feedback
Answer / rajesh naidu
Identification Division.
Because whatever the program, at minimum it identifies
program name.
Is This Answer Correct ? | 4 Yes | 0 No |
i WANT ALL ERROR codes IN CICS and DB2
How do you reference the fixed block file formats from cobol programs
What was removed from COBOL in the COBOL II implementation?
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
DATAONLY, MAPONLY functionality?
diffrence between renames and redifnes with examples
i have variable record in the 5th, i want to sort from 5th filed ? how ?
copy 100 records without using ibm utilities
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
how to code in cobol while using variable block file?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a