COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
Answer Posted / chavanbb33
plz send me the program , how it works
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are various search techniques in cobol? Explain.
What are the different open modes available in cobol?
Whats the difference between search & search ALL?
How many bytes S(8) comp field occupy and its maximum value?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is amode(31)
How to remove 2 duplicate records and copy only one using job control language?
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?
How are the next sentence and continue different from each other?
What is the difference between structured cobol programming and object alternativelyiented cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
what is search and searchall?what is the diffrence between them?give an best example?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning