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
A table has two indexes defined. Which one will be used by the SEARCH?
Which is not true about evaluate statement
Explain about different table spaces.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Are you comfortable in cobol or jcl?
How can you get the ksds file records into your cobol program?
Write a program to enter and display the names of students in a class using the occurs clause.
What are the different data types in cobol?
Write the code to count the sum of n natural numbers.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between external and global variables in COBOL?
Define cobol?
How do you reference the following file formats from cobol programs?
Which mode is used to operate the sequential file?
What rules are followed by the search verb.