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
Inspect string1 replacing all spaces by ''
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
) how do u code after getting data?
What is the difference between binary search and sequential search?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
In which area will you utilize 88 level items in cobol?
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?
What is static and dynamic call in cobol?
Can we redefine the field of x(200) to less than 200?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do you differentiate between cobol and cobol-ii?
how do you define single dimensional array and multidimensional array in your cobol?
Write the code to count the sum of n natural numbers.
how to convert the recors form vsam file to db2 table tru file aid
Write the code implementing the perform … varying.