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 / satya
As per my knowledge we can solve this problem with use of
STRING AND UNSTRING commands,first UNSTRING the give string
and add all the characters according to our choice by using
STRING COMMAND.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
How you can characterize tables in cobol?
What is link edit in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are literals?
What is inspect in cobol ?
What is a SSRANGE and NOSSRANGE?
In which area will you utilize 88 level items in cobol?
What are all the divisions of a COBOL program?
What is the use of intialize verb?
What are the cobol coding sheets?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How are the next sentence and continue different from each other?
What is redefines clause in COBOL?
) what is the difference between AID and HANDLE AID?
HOw can I get the negative sign while deduct high value from low value