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


Please Help Members By Posting Answers For Below Questions

What is the difference between next sentence and continue in cobol programing language?

704


Explain how you can characterize tables in cobol?

636


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

734


Write some characteristics of cobol as means of business language.

614


What do you understand by psb and acb?

659






Explain what you understand by passing by value.

692


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

670


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

633


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2093


Differentiate between structured cobol programming and object-oriented cobol programming.

663


What is an in line perform? When would you use it? Anything else you wish to say about it.

641


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


What is a report item?

737


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

702


Which division and paragraphs are mandatory for a COBOL program?

707