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
Can we change the password using ALTER? anyone tried and changed?
Name some of the examples of COBOl 11?
Write the code to count the sum of n natural numbers.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Write some characteristics of cobol as means of business language.
) How do u handle errors in BMS macro
What is the use of intialize verb?
Define cobol?
what is the difference between COBOL2 AND COBOL390?
What is static and dynamic call in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Write a program to enter and display the names of students in a class using the occurs clause.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is redefines clause in COBOL?