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

DCB parameter


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Chinnadu

New User


Joined: 05 Mar 2009
Posts: 46
Location: Hyderabad

PostPosted: Mon Aug 31, 2009 11:24 pm
Reply with quote

Hi,

I have a DCB parameter defined like below.

DCB=(XY.A.ABCDDMS,BLKSIZE=32760).

Can some one tell me what is DCB=(XY.A.ABCDDMS, and how to see the length of this file?
Back to top
View user's profile Send private message
vikash singh

New User


Joined: 12 May 2007
Posts: 15
Location: noida

PostPosted: Mon Aug 31, 2009 11:32 pm
Reply with quote

The new dataset will be cataloged with the parameters of XY.A.ABCDDMS

The system copies the following DCB information from the
data set label:

DSORG
RECFM
OPTCD
BLKSIZE
LRECL
KEYLEN
RKP

If you code any DCB subparameters after the dsname, these
subparameters override the corresponding subparameters in
the data set label. The system copies from the referenced
label only those subparameters not specified on the
referencing DD statement.

Answer to your question:
The length of the new file will be same as of XY.A.ABCDDMS
Back to top
View user's profile Send private message
viveksurya

New User


Joined: 08 Jun 2009
Posts: 36
Location: Bangalore

PostPosted: Thu Sep 03, 2009 2:17 pm
Reply with quote

The new file for which DCB has been defined as DCB=(XY.A.ABCDDMS,BLKSIZE=32760) will be created withe same DCB attributes (except BLKSIZE which will be 32760) as that of already created dataset XY.A.ABCDDMS. The LRECL of the new file will be same as that of XY.A.ABCDDMS.
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 Sep 03, 2009 3:16 pm
Reply with quote

You may check the "extended parameters" equivalent to "XY.A.ABCDDMS" in JESJCL of the respective Job. They will show what happened to the file with DCB=(XY.A.ABCDDMS,BLKSIZE=32760).
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
No new posts Writing the output file name from a p... JCL & VSAM 7
No new posts Reference for COND parameter. JCL & VSAM 1
Search our Forums:

Back to Top