Write the code to count the sum of n natural numbers.
No Answer is Posted For this Question
Be the First to Post Answer
what is record label is empty or standard in file description of data division?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
which is better comp or comp-3 in terms of memory utilization?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the meaning of 'Eject' verb in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Difference between ps, esds
Can JUSTIFIED be used for all the data types?
What are the different rules of SORT operation?
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
what is dynamic array in cobol? what is the difference b/w array and table in cobol?