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
how do you reference the printer file formats from cobol programs
Which division and paragraphs are mandatory for a COBOL program?
What is rmode(any) ?
Write the code implementing the perform … varying.
What is the usage of comp fields in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Whats the difference between search & search ALL?
how to convert the recors form vsam file to db2 table tru file aid
Why would you use find and get rather than to obtain?
A table has two indexes defined. Which one will be used by the SEARCH?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Which mode is used to operate the sequential file?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to use the same COBOL program in Batch and CICS on lines? explain with an example