For rewrite, why is it mandatory that file needs to be opened?
No Answer is Posted For this Question
Be the First to Post Answer
how will u pass dadta to cobol+db2 program...?
which is better either static call or dynamic call? and why?
If I want to increase the Limit in GDG. What should I do?
can we use COPY statement in w-s section? how?
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
i want to store 20 digits . h will u do it in cobol ?
i want to enter the name 'pandu' into ur table how?
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Can we change the password using ALTER? anyone tried and changed?