Write the code to count the sum of n natural numbers.
No Answer is Posted For this Question
Be the First to Post Answer
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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.
How many maximum number of procedures can we write in one COBOL program?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
What is rmode(24)
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What the difference is between continue and next sentence?
consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
Why occurs cannot be used in 01 level in COBOL?
sample code for read a 2nd record from last in flatfile how can do?
What type of Call you would use if you don;t want the control back to the calling program?
Can anyone please give the example of Inline Perform.