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
Discuss about changing dataset name in proc.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is redefines clause in COBOL?
Explain about different table spaces.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the pertinent COBOL
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the difference between goback, stop run and exit program in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
example for sub strings ? and refernce modifications whit output pls
What is the difference between comp and comp-3?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need