Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
DATACLAS param in jcl

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
sriramvempaty

New User


Joined: 02 Aug 2007
Posts: 17
Location: india

PostPosted: Wed May 28, 2008 12:49 pm    Post subject: DATACLAS param in jcl
Reply with quote

Hi,

Could anybody tell me significance of DATACLAS parameter in JCL.

Thanks,
Sriram.
Back to top
View user's profile Send private message
References
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 191
Location: India

PostPosted: Wed May 28, 2008 12:56 pm    Post subject: Reply to: DATACLAS param in jcl
Reply with quote

If you got QW, I suggest you to try "QW DATACLAS".

If you don't have...this might help you..

DATACLAS can be omitted even if SMS is active if an Automatic Class
Selection (ACS) SMS exit is in use at your site.

DATACLAS can't be coded on the same DD statement as the DDNAME,
QNAME, DATA, *, DYNAM, or QNAME parameters.

A data class defines the following data set allocation attributes:

Data set organization
- Record organization (RECORG) or
- Record format (RECFM)
Record length (LRECL)
Key length (KEYLEN)
Key offset (KEYOFF)
Type, PDS or PDSE (DSNTYPE)
Space allocation (AVGREC and SPACE)
Retention period (RETPD) or expiration date (EXPDT)
Volume-count (VOLUME)
For VSAM data sets (IMBED or REPLICATE, CISIZE, FREESPACE,
SHAREOPTIONS)
Back to top
View user's profile Send private message
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2156
Location: Phoenix, AZ

PostPosted: Wed May 28, 2008 2:46 pm    Post subject:
Reply with quote

Hi,

The DATACLAS keyword specifies an SMS data class assigned to an SMS data set. The data class that you specify can be a maximum of eight characters in length. Wildcard characters are permitted.

Syntax
DATACLAS=dataclas

Please check below link for further details

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B650/12.15?DT=20040712170508
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3505
Location: Brussels once more ...

PostPosted: Wed May 28, 2008 3:56 pm    Post subject:
Reply with quote

Questions about DATACLAS are site specific, you need to speak to your storage people.
Back to top
View user's profile Send private message
Przemyslaw Krekora

New User


Joined: 20 Feb 2008
Posts: 9
Location: Poland

PostPosted: Sat May 31, 2008 3:17 am    Post subject: dataclass contains
Reply with quote

Generally DATACLASS contains the physichal characteristic of data set.
Specify parameters like
Recorg,
Recfm,
Lrecl
Keylen,
keyoff
space allocation and go on.

What for ?
To reduce amount information written to DD statements in JCL file
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8633
Location: 221 B Baker St

PostPosted: Sat May 31, 2008 4:08 am    Post subject:
Reply with quote

Hello,

Quote:
What for ?
To reduce amount information written to DD statements in JCL file
Yes, but i believe this is a secondary benefit and some of the parameters mentioned are not pre-set/dictated by dataclas. For example, datasets of many lrecls and recfms may be (and often are) allocacted using the same dataclas.

DATACLAS (imho) is used primarily by storage management to classify and manage the dasd resource of the organization. This includes allocating the appropriate dasd by data/business classification, defining the migration strategy for datasets by rule to ensure space availabbility, and is often an integral part of the overall backup strategy.
Back to top
View user's profile Send private message
Przemyslaw Krekora

New User


Joined: 20 Feb 2008
Posts: 9
Location: Poland

PostPosted: Sat May 31, 2008 11:37 am    Post subject: Comments
Reply with quote

I totally agree icon_smile.gif
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1