How many sections are there in data division in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
What is length is cobol?
Can we access the a[0] in the array ?
db2 variable decimal(15,2) what is the equalent size of cobol variable
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
In COBOL "BEFORE" advancing is there or not ?
What is the difference between CONTINUE & NEXT SENTENCE ?
Difference between cobol and cobol-ii?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
how can you identify wheather the program is using search or search all in the cobol program?
without performing any operations on a file how can i know whether it contains data or not
what is the purpose of linkage section?
Should I use STOP RUN in the sub program??why?