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
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Mention the guidelines to write a structured cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do you get the data to code the BMS macro?
how do you reference the variable unblock file formats from cobol programs
What are various search techniques in cobol? Explain.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Can we redefine the field of x(200) to less than 200?
Explain what you understand by passing by value.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is a scope terminator give example?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between PIC 9.99 and PIC9v99?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are different data types in cobol?