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.
10 22564how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
4 10652I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
9 12981In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
IBM,
3 10992What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
4 8709can we display comp-3 variables. if we want to display what we have to do . give me one example
6 49765
What is the difference between next sentence and continue in cobol programing language?
how do you reference the variable block file formats from cobol programs
What is static and dynamic call in cobol?
Why occurs cannot be used in 01 level in COBOL?
What is report-item in COBOL?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Can we redefine the field of x(200) to less than 200?
What are the different rules to perform a Search?
What are 77 levels used for?
What kind of error is trapped by on size error option?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
i need a small 3d program using inline and outline.
How do we get current date from system with century in COBOL?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?