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 22974how 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 10834I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
9 13250In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
IBM,
3 11152What 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 8842can we display comp-3 variables. if we want to display what we have to do . give me one example
6 50030
how do you reference the variable block file formats from cobol programs
what is difference between cobol and cobol/400
In COBOL, what is the different between index and subscript?
how to refer the data field?
What is rmode(any) ?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are different data types in cobol?
Write a program that uses move corresponding.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Name the divisions, which are available in a cobol program?
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.
Define static linking and dynamic linking.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What guidelines should be followed to write a structured cobol prgm?
What is perform what is varying?