can we use full outer join with cursors declared in cobol
program?
Answer Posted / senthil kumar
we can use
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
How many sections are there in data division in COBOL?
What are 77 levels used for?
Difference between cobol and cobol-ii?
Write a program to enter and display the names of students in a class using the occurs clause.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Can we change the password using ALTER? anyone tried and changed?
example for sub strings ? and refernce modifications whit output pls
how do you reference the esds vsam file formats from cobol programs
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between external and global variables in COBOL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between PIC 9.99 and PIC9v99?
What are the pertinent COBOL
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.