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

File attributes like management class, data class


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kranthikumarb

Active User


Joined: 02 Jan 2009
Posts: 115
Location: Hyderabad

PostPosted: Fri Jan 02, 2009 10:56 am
Reply with quote

Hi, Can someone clarify the following things?

1. What is the need of Management class and data class and what do they mean actually. ( while allocating a new dataset)
2. How do we set a password to a dataset. What is the use of "Data Set Password . . (If password protected)" in dataset utility menu
3. While allocating a new dataset, we have an option to set "Expiration date". What does it do? I tried using it. I have created a pds on 1-jan-2009 and i gave the expiration date as 2-jan-2009. But the is not deleted/migrated on 2-jan-2009.

Can someone explain these? Thanks in advance
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Jan 02, 2009 11:13 am
Reply with quote

Hi,

1.
Code:
                      *** The DATACLAS Parameter **                           
                                                                               
     Note: This parameter is used by MVS only if SMS (System Managed           
           Storage) is installed and operational.                             
                                                                               
     The DATACLAS parameter provides the data class to be used for a           
     sequential data set, a PDS, or a VSAM data set that you are               
     creating.  The class name must be one of those pre-established by         
     the storage administrator at your site.  The data class, once             
     defined, provides attributes for the data set that were previously       
     supplied via JCL, such as DSORG, RECFM, LRECL, KEYLEN, key offset         
     SPACE values, RETPD or EXPDT, and certain VSAM SHROPTIONS.               
                                                                               
     The values derived from the DATACLAS can be overidden by the RETPD,       
     LRECL, DSORG, RECFM, KEYLEN, KEYOFF, AVGREC, SPACE, and EXPDT JCL         
     parameters if they are coded on the same DD statement.                   
                                                                               


Code:
MGMTCLAS                                                                       
                                                                               
  Description: MGMTCLAS = Management Class (JCL Keyword)                       
                                                                               
               a) A collection of management attributes, defined by the       
                  storage administrator, used to control the release of       
                  allocated but unused space; to control the retention,       
                  migration, and backup of data sets; to control the           
                  retention and backup of aggregate groups, and to control     
                  the retention, backup, and class transition of objects.     
                                                                               
               b) A policy object that users can bind to each file to         
                  specify how the server manages the file. The management     
                  class can contain a backup copy group, an archive copy       
                  group, and space management attributes. The copy groups     
                  determine how the ADSM server manages backup versions or     
                  archive copies of files. The space management attributes     
                  determine whether files are eligible for migration from     


2. I would steer clear of dataset passwords, let your security packages take care of that.

3. an expiry date just means that the dataset is not eligible to be deleted until the date has expired. Again, if it's a dasd dataset, I would refrain from using expiry dates.

Gerry
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Fri Jan 02, 2009 12:41 pm
Reply with quote

Hello,

Suggest you try IBM Manuals for better understanding of these parameters. Manuals are linked via the "IBM Manuals" link on the top of this page.

By the way for DATACLAS I would like to add, DATACLAS 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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Binary File format getting change whi... All Other Mainframe Topics 5
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Store the data for fixed length COBOL Programming 1
Search our Forums:

Back to Top