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

Dataset without Data Class.


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

New User


Joined: 29 Aug 2008
Posts: 18
Location: China

PostPosted: Mon Apr 26, 2010 12:29 pm
Reply with quote

hi,guys,

when i use the follow jcl to create a GDG file.

Code:

//STP0100  EXEC  PGM=IEFBR14,   
//             COND=(0,NE)     
//DD1      DD    DSN=AATP.AAIP.CLEP64.PS(+1),
//            DISP=(,CATLG,DELETE),UNIT=SYSDA,
//            SPACE=(CYL,(1,5),RLSE),
//            DCB=(MODEL.DSCB1,BLKSIZE=27998,LRECL=4140,RECFM=VB)

but after the GDG generated, the Data class is **None**.

Code:

Data Set Name . . . . : AATP.AAIP.CLEP64.PS.G0001V00         
                                                                           
General Data                           Current Allocation                 
 Management class . . : THREWEEK        Allocated cylinders : 1           
 Storage class  . . . : DEVLPMNT        Allocated extents . : 1           
  Volume serial . . . : PAY112                                             
  Device type . . . . : 3390                                               
 Data class . . . . . : **None**       Current Utilization                 
  Organization  . . . : PS              Used cylinders  . . : 1           
  Record format . . . : VB              Used extents  . . . : 1           
  Record length . . . : 4140                                               
  Block size  . . . . : 27998                                             
  1st extent cylinders: 1                                                 
  Secondary cylinders : 5                                                 
  Data set name type  :                 SMS Compressible  :   NO           
                                                                           
  Creation date . . . : 2010/04/25      Referenced date . . : 2010/04/26   
  Expiration date . . : ***None***                                         

it seems the data set can be used without any error. but i want to know something hidden that cause the things happen.

can some guys give me a brief introducation ?
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: Mon Apr 26, 2010 12:38 pm
Reply with quote

Hello,

Suggest you talk with your storage management people for an explanation of how things are set up in your environment. There are many ways to define/enforce these rules and they are completely site-specific.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Apr 26, 2010 2:34 pm
Reply with quote

If your storage environment is correctly set up, there should always be a DATACLAS allocated to a GDS. This removes the need for all of this Dummy / Model DSCB rubbish.

As suggested earlier, go speak to the storage people.
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
Search our Forums:

Back to Top