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

PARM data passed to a db2 load execution jcl...


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
satish kanamarlapudi

New User


Joined: 23 Jul 2008
Posts: 29
Location: Little Rock - Arkansas

PostPosted: Mon Jul 27, 2009 12:31 pm
Reply with quote

Can anybody tell what is the data being passed in the LOAD execution to a db2 table? Here in the parm PARM='DSNW,DWS700L1' , DSNW is the db2 sub system name and i dont have any idea on what is DWS700L1??

//STEP010 EXEC PGM=&DSNUTIL,PARM='DSNW,DWS700L1',REGION=0M
//************************************************************
//* PURPOSE: DB2 LOAD F0R TABLE DSNW.DWS_BHI_ELIG
//*
//* CA11 RESTART: RESTART IN THIS STEP.
//************************************************************
//STEPLIB DD DSN=DB2W.DSNLOAD,DISP=SHR
// DD DSN=DB2W.DSNEXIT,DISP=SHR
//SYSPRINT DD SYSOUT=&SYSOUT
//UTPRINT DD SYSOUT=&SYSOUT

Thx,
Satish
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Mon Jul 27, 2009 2:33 pm
Reply with quote

Satish,

With these details can't say anything.
Are you sure DSNW is the subsystem name, i see in the steplib DSN as DB2W, naming conventions.

Best way to know the answer is ask you DBA.

Sushanth
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 Store the data for fixed length COBOL Programming 1
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts How to load to DB2 with column level ... DB2 6
Search our Forums:

Back to Top