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 / karthik
STRING WS-NAME DELIMETED BY SPACES
INTO
OUT-VAB
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
How do you differentiate between cobol and cobol-ii?
What is report-item in COBOL?
What are the different data types in cobol?
What is the difference between goback, stop run and exit program in cobol?
Explain how to differentiate call by context by comparing it to other calls?
How to know whether the module is dynamical or statistical?
how do you reference the ksds vsam file formats from cobol programs
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What guidelines should be followed to write a structured cobol prgm?
What kind of error is trapped by on size error option?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do you get the data to code the BMS macro?
example for sub strings ? and refernce modifications whit output pls
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
what is amode(24), amode(31), rmode(24) and rmode(any)?