Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
how do we insert into DB2 table using a FB file as input

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
teevijay

New User


Joined: 20 Mar 2006
Posts: 18

PostPosted: Tue May 06, 2008 10:58 am    Post subject: how do we insert into DB2 table using a FB file as input
Reply with quote

How do we insert into DB2 table using a FB file as input in a JCL step.

Many thanks in advance for your help.

Regards.
Vijay
Back to top
View user's profile Send private message
References
PostPosted: Tue May 06, 2008 10:58 am    Post subject: Re: how do we insert into DB2 table using a FB file as input Reply with quote

dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 6883
Location: 221 B Baker St

PostPosted: Tue May 06, 2008 11:19 am    Post subject:
Reply with quote

Hello,

You "load" the data from a qsam file into the db2 table.

Following is a bit of a sample - talk with your dbs(s) or someone else on your project for the proper jcl for your system.

Code:
//LOADTABL EXEC PGM=DSNUTILB
. . .
//TABLDS  DD DSN=your.data.set,DISP=SHR
//SYSIN DD *
LOAD DATA INDDN TABLDS
INTO TABLE EMPLOYEE
/*

You might also try the "Search" at the top of the page as ther are multiple topics about loading data from a file into a db2 table.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1