Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2
PIC X(13). now I want to display the value of NAME1 in
reverse order i.e value should be displayed as "GNIMMARGORP
LOBOC" HOW can I do that ??? please let me know if any one
knows it.
Answer Posted / praveen ellur
Reverse function in Cobol will do this for u.
Here is the syntax.
FUNCTION REVERSE ('COBOL PROGRAMMING')
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are 77 levels used for?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
how to move the records from file to array table. give with code example
What is a scope terminator give example?
How arrays can be defined in COBOL?
Write a program that uses move corresponding.
In which area will you utilize 88 level items in cobol?
What is the LINKAGE SECTION used in COBOL?
Why would you use find and get rather than to obtain?
What is redefines clause in COBOL?
Write a cobol program making use of the redefine clause.
What are the pertinent COBOL
) How do u handle errors in BMS macro?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?