Reqgrding Question 1 : if the FD has an array as described in my example , how can I can convert to Text ? in other words what is the the FD for text file and what is the correct Move Statemnet.
Regarding Question no. 2 : I didn't understand your answer, because I programmed very few in Cobol before many years and Barely I can remember it.
Data File FD for one field : pic S9(9)V999.
Text file FD : ????
I am attaching a file as an example
Main Topics
Browse All Topics





by: woolmilkporcPosted on 2008-11-16 at 09:28:52ID: 22971271
For 2.) use as a target of your MOVE
PIC 9(9)V999 SIGN [LEADING|TRAILING] [SEPARATE] USAGE DISPLAY.
I think this is self-explanatory.
I didn't understand your question 1.) Please clarify!
wmp