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
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?
How many bytes S(8) comp field occupy and its maximum value?
Can a Search can be done on a table with or without Index?
how do you reference the rrds file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Have you used comp and comp-3 in your project? And how?
What is redefines clause in COBOL?
What is the compute verb? How is it used?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Are you comfortable in cobol or jcl?
What is the utilization of copybook in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
For rewrite, why is it mandatory that file needs to be opened?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?