Search found 1 match

by wence
Wed Apr 30, 2014 2:03 pm
Forum: COBOL INTERVIEW QUESTIONS
Topic: COBOL - REDEFINES clause
Replies: 1
Views: 4660

COBOL - REDEFINES clause

I have a string of size 36 which has the value "JANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDEC"
Now using REDEFINES i have to print this in reverse. how to do it.