What are all the divisions of a COBOL program?
No Answer is Posted For this Question
Be the First to Post Answer
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
What does MAXCC 3 means? It is used in one my codes.
what is the difference between implicit and explicit scope terminator with example?
How may divisions are there in JCL-COBOL?
Difference between next and continue clause
What is a subscript ?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
can we write paragraph in area B .....