What is the difference between structured cobol programming and object alternativelyiented cobol?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between COBOL2 AND COBOL390?
1.Can we define condition-name conditions in FD entry.
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
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.
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 mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
can we use full outer join with cursors declared in cobol program?
What is the difference between CONTINUE & NEXT SENTENCE ?
How to read a 100 record from a file through cobol?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
what is the diff b/w select stsmt and cursor ?