Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

migrating mainframe data..

Former Member
0 Likes
831

Hi,

I need to transfer data from mainframe to SAP and choose LSMW. For LSMW, i need to have the input file in flatfile / spreadsheet format, right ?

How is data downloaded from mainframe system into a flat file or spreadsheet etc ? Should I as an ABAPer be concerned of that ?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
693

Mainframe has different files called datasets - PDS partitioned dataset or PS sequential dataset ,

and VSAM files and also SAS.

as well as DB2 tables.Platinum,softech are the tools for DB2.

4 REPLIES 4
Read only

Former Member
0 Likes
693

Hi,

No you should not be concerned about that. Once data is there in flat file then its your job

Regards,

Atish

Read only

Former Member
0 Likes
694

Mainframe has different files called datasets - PDS partitioned dataset or PS sequential dataset ,

and VSAM files and also SAS.

as well as DB2 tables.Platinum,softech are the tools for DB2.

Read only

Former Member
0 Likes
693

Generally these mainframe datasets are converted to flatfiles using FTP commands in COBOL pgm and the job will be scheduled for that in job scheduler.These flatfiles will be sent to a partcular server.

As an abaper u will not do that.People working in mainframes will take care of that.

Read only

0 Likes
693

thanks to all..