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

IMS DB Unload JCL


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
balasubra

New User


Joined: 26 Aug 2008
Posts: 6
Location: India

PostPosted: Wed Aug 27, 2008 7:29 pm
Reply with quote

In the IMS DB Unload JCL below what will 'MSD.CARDLIB(DFSVSM10)' contain? Can you give me the actual content inside it? And is DFSVSM10 a IMS supplied CARD member? Also, in RD04.XES.CBLTDLI.DATA should the CBLTDLI start from column 1 and will it be the only data inside it?

Code:
//ULP011 EXEC PGM=DFSRRC00,PARM='DLI,XES,PS6P011G'
//STEPLIB DD DSN=IMS6.RESLIB,DISP=SHR
// DD DSN=WORKLIB,DISP=SHR
//IMS DD DSN=IMS6.PSBLIB,DISP=SHR
// DD DSN=IMS6.DBDLIB,DISP=SHR
//DFSRESLB DD DSN=IMS6.RESLIB,DISP=SHR
//DFSVSAMP DD DSN=MSD.CARDLIB(DFSVSM10),DISP=SHR
//SYSOUT DD SYSOUT=*
//REPORT DD SYSOUT=*
//XCEFILE DD DUMMY
//SORTFILE DD DUMMY
//SYSUDUMP DD SYSOUT=*
//PRNTOUT DD SYSOUT=*
//SYSIN DD DSN=RD04.XES.CBLTDLI.DATA,DISP=SHR
//OUTFILE DD DSN=TBH2.XES6P011.DATA,
// DISP=(,CATLG),UNIT=DISK,SPACE=(CYL,(1,3),RLSE),
// DCB=(BLKSIZE=19000,LRECL=4624,RECFM=VB)
//**
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Aug 28, 2008 2:17 am
Reply with quote

Hello balasubra and welcome to the forums,

When you have a question, you should start a new topic for your your question rather than reply to some inactive topic.

Also when posting jcl, control statements, or data, you should use the "Code" tag and align your post (for readability). I've "Code"ed you jcl, but did not aligh it.

Quote:
what will 'MSD.CARDLIB(DFSVSM10)' contain?
This is a dataset on your system and you can look at it directly.
Quote:
Also, in RD04.XES.CBLTDLI.DATA should the CBLTDLI start from column 1 and will it be the only data inside it?
Again, look in the file.
Back to top
View user's profile Send private message
balasubra

New User


Joined: 26 Aug 2008
Posts: 6
Location: India

PostPosted: Thu Aug 28, 2008 10:09 am
Reply with quote

Hello Scherrer,

Thanks for coding the JCL. If I had that CARDLIB file in my organization's MF, I would have already looked at it. So, if you know the content then please let me know.


Thanks,

balasubra
Back to top
View user's profile Send private message
Srihari Gonugunta

Active User


Joined: 14 Sep 2007
Posts: 295
Location: Singapore

PostPosted: Thu Aug 28, 2008 10:31 am
Reply with quote

Hi Bala,
Check this out.

Link to outside forum removed . . .
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Aug 28, 2008 8:13 pm
Reply with quote

Hello,

Quote:
So, if you know the content then please let me know.
We cannot know what is on your system.

Possibly your dba or ims system support can help?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Aug 28, 2008 9:39 pm
Reply with quote

Hi,

DFSVSAMP is used to provide number and size of buffers to be used by IMS to process VSAM or OSAM databases in DLI mode.

BTW, can't you browse this PDS -
Quote:
'MSD.CARDLIB(DFSVSM10)


Further, check this link for more information -

publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.ims9.doc.adb/xf4ef8.htm
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Remote Unload of CLOB Columns DB2 6
No new posts Multiple table unload using INZUTILB DB2 2
No new posts changing defaults in db2 admin - Unlo... DB2 0
No new posts DB2 Table - Image copy unload IBM Tools 2
Search our Forums:

Back to Top