How do you reference the following file formats from cobol programs?
No Answer is Posted For this Question
Be the First to Post Answer
what is the diff b/w select stsmt and cursor ?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
How do you code Cobol to access a parameter that has been defined in JCL?
How many sections are there in data division?.
Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?
What are decleratives in COBOL ?
How to print 10 to 1 if the input have only 10 digit number?
wht is the difference between goto and perform stmts
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
what is the default print format? in cobol
A table has two indexes defined. Which one will be used by the SEARCH?
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.