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 / wairagade
Can we do with referrence modication operator .. your
thoughts :)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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.
What are various search techniques in cobol? Explain.
What do you understand by psb and acb?
What guidelines should be followed to write a structured cobol prgm?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
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.
How do you get the data to code the BMS macro?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between external and global variables in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
How many bytes S(8) comp field occupy and its maximum value?
What is perform what is varying?
What is link edit in cobol?