How to display string in the reverse order using occurs
clause?
Answer Posted / rookie
Have u missed something.
Out-string must be an array.
01 OUT-STRING PIC X occurs 9 times.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
What is a report item?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
For rewrite, why is it mandatory that file needs to be opened?
Write a program to explain size error.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is amode(24)?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to print 10 to 1 if the input have only 10 digit number?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Define cobol?