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 are the rules of the move verb?
How to print 10 to 1 if the input have only 10 digit number?
) what is the difference between AID and HANDLE AID?
Explain about different table spaces.
What are all the divisions of a COBOL program?
What is the difference between Call and a Link?
What is inspect in cobol ?
Which division and paragraphs are mandatory for a COBOL program?
State the various causes of s0c1, s0c5 and s0c7.
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?
how to convert the recors form vsam file to db2 table tru file aid
What are declaratives and what are their uses in cobol?
What is report-item in COBOL?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Write the code implementing the perform … varying.