Define cobol?
No Answer is Posted For this Question
Be the First to Post Answer
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
Which is not true about evaluate statement
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
Can we use icetool in cobol program?
What is the Purpose of POINTER Phrase in STRING command
Write a program to enter and display the names of students in a class using the occurs clause.
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
What are the access modes of START statement?
What is SSRANGE, NOSSRANGE ?
How to retrive the 9th records out of ten records using the cobol program ?
what is the use of outrecord?
what are the steps to sort in a cobol program?