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
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
i need a small 3d program using inline and outline.
What are the various section in data division and briefly explain them.
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.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the variable unblock file formats from cobol programs
Which mode is used to operate the sequential file?
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 ?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Write a program to explain size error.
What is Pic 9v99 Indicates in COBOL?
What is cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?