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
how do you define single dimensional array and multidimensional array in your cobol?
What are the pertinent COBOL
what is the use of outrecord?
Which mode is used to operate the sequential file?
What is the compute verb? How is it used?
how do you reference the rrds file formats from cobol programs
Write some characteristics of cobol as means of business language.
How do we get current date from system with century in COBOL?
example for sub strings ? and refernce modifications whit output pls
Why would you use find and get rather than to obtain?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
For rewrite, why is it mandatory that file needs to be opened?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How to know whether the module is dynamical or statistical?