Page 1 of 1

Complex Flat File - Read input data file from Mainframe

Posted: Tue Apr 20, 2004 1:25 pm
by murur
I am trying to read a Sequential data file (generated in Mainframe, EBCIDIC Format) using Complex Flat File (CFF) based cobol file definition.

I have copied the Source Data file from Mainframe to DS - Server machine (UNIX) manully and able to read the data file content and process it.

My Question is :

Can I directly read the data file which is available in Mainframe from the DS job and parse through CFF... How can I implement this..[/u]

any :idea:

Re: Complex Flat File - Read input data file from Mainframe

Posted: Thu Jul 21, 2005 11:14 am
by hsubbarayan
Were you able to read the mainframe file? I have a question about importing mainframe. I have Striva Detail installed on the DS Server. I am trying to import the datamap that was created in Striva but I get an error "No columns were imported". Any help is appreciated.

murur wrote:I am trying to read a Sequential data file (generated in Mainframe, EBCIDIC Format) using Complex Flat File (CFF) based cobol file definition.

I have copied the Source Data file from Mainframe to DS - Server machine (UNIX) manully and able to read the data file content and process it.

My Question is :

Can I directly read the data file which is available in Mainframe from the DS job and parse through CFF... How can I implement this..[/u]

any :idea:

Posted: Thu Jul 21, 2005 2:00 pm
by pnchowdary
We usually ftp the Mainframe Dataset into the UNIX box using FTP stage and then convert to ascii and do further processing.

Posted: Thu Jul 21, 2005 2:06 pm
by Sainath.Srinivasan
You can use DS/390.