IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to move/ transfer the data from a ps file to db2 table


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nandakumar
Warnings : 2

New User


Joined: 05 May 2005
Posts: 50

PostPosted: Mon Jun 06, 2005 9:03 pm
Reply with quote

hi,

How to move (or) transfer the data from a ps file to db2 table.
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Tue Jun 07, 2005 8:29 pm
Reply with quote

use LOAD utility
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Wed Jun 08, 2005 1:54 pm
Reply with quote

You can extract data from a table or load data to a table using the Load utility.Use option P;B;3;3.7(Extract and Load Tables)
Back to top
View user's profile Send private message
raj_usb4u

New User


Joined: 08 Jun 2005
Posts: 1

PostPosted: Wed Jun 08, 2005 4:24 pm
Reply with quote

[quote="nandakumar"]hi,

How to move (or) transfer the data from a ps file to db2 table.[/quote]

You can load data into Db2 tables from sequencial table by using utility called 'DSNUPROC' where you have to mention

//DSNUPROC.SYSREC00 DD DSN='Your sequential file name'
//DSNUPROC.SYSIN DD DSN='Load card of your table'
Back to top
View user's profile Send private message
nandakumar
Warnings : 2

New User


Joined: 05 May 2005
Posts: 50

PostPosted: Thu Jul 07, 2005 9:24 am
Reply with quote

hi,

i need a clear example program,to load data into Db2 tables from sequencial table by using utility 'DSNUPROC'


thanking u.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Store the data for fixed length COBOL Programming 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
Search our Forums:

Back to Top