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
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is link edit in cobol?
How to know whether the module is dynamical or statistical?
What kind of error is trapped by on size error option?
how do you reference the ksds vsam file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
When is inspect verb is used in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How do you reference the fixed block file formats from cobol programs
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Have you used comp and comp-3 in your project? And how?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How you can read the file from bottom?
how do you reference the variable block file formats from cobol programs