Difference between cobol and cobol-ii?
No Answer is Posted For this Question
Be the First to Post Answer
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Can we move X(9) to 9(9). If yes what are the ways for doing this?
can we use reference modification an arry.
COMP?
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between Call and a Link?
Describe the cobol database components?
subscript and index r not coded in u r application program what will happen?
can we use full outer join with cursors declared in cobol program?
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.
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.