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 / ashwani
With the help of Unstring delimited by ' ' , you can do so
Please correct me if i am wrong............
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is the difference between binary search and sequential search?
What is inspect in cobol ?
What are the different open modes available in cobol?
What is the Purpose of Pointer in the string?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Which Search verb is equivalent to PERFORM…VARYING?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Difference between array and sub-script ?
Why would you use find and get rather than to obtain?
i need a small 3d program using inline and outline.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between goback, stop run and exit program in cobol?