I've one string with spaces ( I N D I A ). My question is I
want remove the spaces & combine in to single string without
space (INDIA).How we can write the cobol program & wich
options we need to use. Please let me know.
Answer Posted / jagan
Thanks Mayank .... My answer was not correct. The code what
you mentioned is working properly .. But what in case we
don't know how many spaces (or) delimiters are there in the
string.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do define dynamic array in cobol.
Explain how to differentiate call by context by comparing it to other calls?
What is amode(24)?
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
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between Global and External Variables?
Name the divisions, which are available in a cobol program?
How do you differentiate between cobol and cobol-ii?
How many bytes S(8) comp field occupy and its maximum value?
What are the rules of the move verb?
How to remove 2 duplicate records and copy only one using job control language?
What is rmode(24)
i need a small 3d program using inline and outline.