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 are the different data types in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What kind of error is trapped by on size error option?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to print 10 to 1 if the input have only 10 digit number?
What is the usage of comp fields in cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Mention the guidelines to write a structured cobol program?
Which mode is used to operate the sequential file?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
In COBOL, what is the different between index and subscript?
In COBOL programming, what is PERFORM? What is VARYING?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
i need a small 3d program using inline and outline.