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


Please Help Members By Posting Answers For Below Questions

What is the difference between Call and a Link?

694


explain sorting techniques in cobol program?

686


What is the Purpose of POINTER Phrase in STRING command in COBOL?

713


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

892






What are all the divisions of a COBOL program?

660


What is inspect in cobol ?

797


how do you reference the rrds file formats from cobol programs

792


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2101


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1697


What are declaratives and what are their uses in cobol?

706


how to access the file from prodution from changeman tool and to submit a file to production

6680


HOw can I get the negative sign while deduct high value from low value

1784


What is cobol?

741


Mention the guidelines to write a structured cobol program?

614