what are decleratives in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between OS VS COBOL and VS COBOL II?
1) can we display the index?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
What is the meaning of 'TALLING' verb in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
What are declaratives and what are their uses in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How do u know what version of cobol u are using?
what is the difference between external and global variables?
how to run sub programs using static and dynamic call ...