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
Give some advantages of REDEFINES clause?
What is difference between COBOL and VS COBOL II?.
How do you define a variable of COMP-1? COMP-2?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
A s9(4). B v9(4) value 0.21 can i move this?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
what is the difference between external and global variables?
What are the different ways to run a COBOL DB2 program using JCL?