Hi
I have transferred Cobol program to Java program. After the tranfromation I got Java file its variables have - "dash". The problem is that Java considers this as subtraction.
I know there is a method that takes the java file and converts each - to _
Could you please tell me what the method is ?
Thank you

