What is the difference between binary search and sequential search?
No Answer is Posted For this Question
Be the First to Post Answer
Minimum how many Number of Paragraphs are there in ID- Divison?
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..
Should I use STOP RUN in the sub program??why?
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
In an EVALUATE statement, can I give a complex condition on a when clause?
Why would you use find and get rather than to obtain?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.