|
|
| Author |
Message |
GauravKudesiya
New User
Joined: 11 Oct 2008 Posts: 1 Location: Michigan
|
|
|
|
//VSAMBLD EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//INFIL DD DSN=XXXXXXXXXX(GDG Version),
// DISP=(OLD),
// UNIT=CART,
// LABEL=(,SL)
//OTFIL DD DSN=XXXXXXXXXXXXXX,
// DISP=(NEW,CATLG,DELETE),
// DCB=(LRECL=250),
// DATACLAS=FBLRG
//SYSIN DD *
I am not able to understand the 2 parameters colored in red.
Please any one hlep me in this. |
|
| Back to top |
|
 |
References
|
|
 |
Moved: Sat Oct 11, 2008 2:10 am by superk From JCL to SMS & VSAM |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3304 Location: Charlotte,NC USA
|
|
|
|
| Please post a detailed description of those two parameters (you can copy them over from the JCL Reference Manual) and then indicate what specifically about the descriptions you have a question about. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8733 Location: 221 B Baker St
|
|
|
|
Hello Gaurav and welcome to the forums,
At the top of the web page is a link to "IBM Manuals". Among them is the JCL Reference.
Look up those parameters on the DD in the documentation and post back here with anything that is not clear.
You will need to check with your storage menagement people to find which values are used for DATACLAS on your system. |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3544 Location: Brussels once more ...
|
|
|
|
| Yes, DATACLAS is purely site specific. |
|
| Back to top |
|
 |
|
|