COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
Answer Posted / gouti
Yes We can By using the funtion reverse
01 MOVE FUNCTION REVERSE(WS-A) TO WS-B
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
What is amode(24)?
What are all the divisions of a COBOL program?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are the pertinent COBOL
How arrays can be defined in COBOL?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What are different data types in cobol?
What rules are to be followed while using the corresponding options?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
IF I mention stop run in CICS what happens?
Mention the guidelines to write a structured cobol program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the different rules to perform a Search?
What is the difference between goback, stop run and exit program in cobol?