i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
No Answer is Posted For this Question
Be the First to Post Answer
In COBOL "BEFORE" advancing is there or not ?
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
1)what is use of linkage section? 2)what is difference between comp and comp-3
how can we find total no of records in a file ....is there any utility......?
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
how to change picture class of copy book variable inside program?
How to open and see copy book ?
How do we get current date from system with century in COBOL?
how can we fetch 3 records in cobol pgm any coding pls ?
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?