Which Search verb is equivalent to PERFORM…VARYING?
No Answer is Posted For this Question
Be the First to Post Answer
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
Why would you use find and get rather than to obtain?
A s9(4). B v9(4) value 0.21 can i move this?
Difference between next and continue clause
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between CONTINUE & NEXT SENTENCE ?
can I copy book which contain db2 statment in procedure divion?
Differentiate COBOL and COBOL-II?
sample code for read a 2nd record from last in flatfile how can do?
What is the difference between NEXT SENTENCE and CONTINUE?