340 pts.
 Writing data into a Flat file using COBOL/400
Hi Group,
I have created a flat file (file with just record length) Now i would like to pass data into it through a COBOL/400 pgm. 
How to define that flat file in cobol/400 and write data into it?
Regards,
MVRK


Software/Hardware used:
ASKED: February 16, 2012  5:17 PM
UPDATED: February 27, 2012  8:20 PM
  Help
 Approved Answer - Chosen by mvrkrishna (Question Asker)

I don't quite understand the problem. (Assuming that you mean a 'program described' file...) You work with a "flat file" in COBOL like any SEQUENTIAL disk file.

What problem are you having? What coding have you tried?

Tom

ANSWERED:  Feb 16, 2012  11:02 PM (GMT)  by mvrkrishna

 
Other Answers:
Last Wiki Answer Submitted:  June 26, 2012  11:31 pm  by    0 pts.
Latest Answer Wiki Contributors: 
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Yes Tom, Its an program described file.

 340 pts.