What the difference is between continue and next sentence?
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.
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
can we use variable picture clause as xx.99 in cobol.
what is difference between the sysabend and userabend?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is LENGTH in COBOL II?
Write a cobol program making use of the redefine clause.
In COBOL programming, what is PERFORM? What is VARYING?
what is filler and what is use of filler
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
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.