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 / elizabeth
Using reference modification each character can be
extracted and placed in the next string in any order
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write a cobol program making use of the redefine clause.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Name some of the examples of COBOl 11?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How do you get the data to code the BMS macro?
What is amode(31)
What is the LINKAGE SECTION used in COBOL?
Difference between array and sub-script ?
Differentiate between structured cobol programming and object-oriented cobol programming.
what is the difference between COBOL2 AND COBOL390?
What is the usage of comp fields in cobol?
Why did you choose to work with ibm mainframe cobol programming?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Whats the difference between search & search ALL?