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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are literals?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What kind of error is trapped by on size error option?
What are different data types in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What the difference is between continue and next sentence?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Mention the guidelines to write a structured cobol program?
IF I mention stop run in CICS what happens?
Write the code to count the sum of n natural numbers.
How many bytes S(8) comp field occupy and its maximum value?
What are the different data types in cobol?