COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
Answer Posted / piyush kumar
We can use the reverse function in cobol for this
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is rmode(any) ?
For rewrite, why is it mandatory that file needs to be opened?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
In COBOL programming, what is PERFORM? What is VARYING?
Why would you use find and get rather than to obtain?
What are the different rules of SORT operation?
) How do u handle errors in BMS macro
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
what happens if parmparameter passes zero bytes to the program
I have a File that has duplicate records. I need only those records that occur more than thrice.?
) what is the difference between AID and HANDLE AID?
Define cobol?
Which mode is used to operate the sequential file?
How you can characterize tables in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?