how do you define single dimensional array and multidimensional array in your cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
How to covert given string into ASCII value in COBOL/MF COBOL
What is a subscript ?
what is srange and nosrange pls reply to ths question ?
How do we get current date from system with century?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
Write the code to count the sum of n natural numbers.
In an array processing what is the thing that can be done by using subscripts but not by using index
S9(5)V9(2) occupies how many bytes memory ?
which generation language is cobol
What is the maximum length of a field you can define using COMP-3 in COBOL?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+