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

moving 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: Sun Jul 03, 2005 10:25 am
Reply with quote

hi,

1) how to move the data from a ps file to db2 table?







thanking u.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Sun Jul 03, 2005 7:41 pm
Reply with quote

Your question was already asked and answered once before:

ibmmainframes.com/viewtopic.php?t=3355&highlight=

and here

ibmmainframes.com/viewtopic.php?t=3389&highlight=
Back to top
View user's profile Send private message
nandakumar
Warnings : 2

New User


Joined: 05 May 2005
Posts: 50

PostPosted: Sun Jul 03, 2005 9:27 pm
Reply with quote

hi,

i refered the previous answer,i have a lots of doubt in that



Code:
//STEP010U EXEC PGM=DSNTIAUL
//STEPLIB DD DISP=SHR,DSN=...steplib
//WFH.... DD DUMMY
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSPUNCH DD SYSOUT=*
//SYSREC00 DD DSN=myoutput,
// DISP=(,CATLG,),SPACE=(CYL,(20,10),RLSE),
// UNIT=SYSDA
//SYSIN DD *
mytable

/*
//

in above example what does the 3rd line mean:

that is..

//WFH.... DD DUMMY ====> WFH MEANS WHAT?

ALSO

SYSTSPRT,SYSREC00,SYSDUMP,SYSPUNCH ,DSNTIAUL


WHY IAM ASKING IS I NEVER USED THESE COMMANDS.

thanking u.
Back to top
View user's profile Send private message
withnams

New User


Joined: 06 Jul 2005
Posts: 26
Location: Chennai

PostPosted: Wed Jul 06, 2005 11:50 am
Reply with quote

SYSPUNCH - THE LOAD CONTROL STATEMENT FOR THE TABLE

SYSREC00 - THE RECORDS OF THE TABLE (THE UNLOADED CONTENT)

SYSPRINT GIVES YOU THE INFO ON THE NUMBER OF RECORDS ADDED TO TABLE, LOAD STATEMENT, ERRORS ETC...

YOU JUS TRY ONCE AND YOU WILL FIND THE ANSWERS...

HAVE A GREAT DAY
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 split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Load new table with Old unload - DB2 DB2 6
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
Search our Forums:

Back to Top