Hi all 

 We defined a VSAM file and a GDG base using a user id DBJMP05.

The prefix of DBJMP05 is managed by SMS 

SMS routing

SC :
 FILTLIST TSOUSERS           INCLUDE(DBJMP*) 

WHEN &HLQ = &TSOUSERS                  
         SET &STORCLAS = 'SCSTAND'   
SG:

FILTLIST TSOUSERS           INCLUDE(DBJMP*) 
                            
WHEN(&HLQ    = &TSOUSERS)     SET &STORGRP = 'SGTSO'   

Below is the JCL and the output of the JCL.
 
1. Define a VSAM : DBJMP05.BDZ3.MAN1
 
   DEFINE CLUSTER( -                 
     CONTROLINTERVALSIZE(4096) -   
     TRACKS(50) -                  
     NAME(DBJMP05.BDZ3.MAN1) -     
     INDEXED -                     
     RECORDSIZE(4086,32767) -      
     BUFFERSPACE(81920) -          
     REUSE -                       
     SHAREOPTIONS(2) -             
     SPANNED -                     
     SPEED )     


The return code is Zero

2.Define a base of GDG: DBJMP05.FAS.SE.FMLX.HIST


DEFINE GDG (NAME(DBJMP05.FAS.SE.FMLX.HIST)                 - 
            LIMIT(03)                                      - 
            NOEMPTY                                        - 
            SCRATCH )     

The return is 12
                                   
ICH408I USER(DBJMP05 ) GROUP(#TMPUG  ) NAME(APPL MAINTENANCE
  CATALOG.PLEXBDZ3.TSO CL(DATASET ) VOL(BD3CT1)             
  INSUFFICIENT ACCESS AUTHORITY                             
  FROM CATALOG.PLEXBDZ3.TSO (G)                             
  ACCESS INTENT(UPDATE )  ACCESS ALLOWED(READ   )    

My question :

 I want to know the reasons:


 1. Why is it success when I define a vsam or PDS using prefix DBJMP05?

 2.Why isnot it success when I define a base of GDG using prefix DBJMP05?

 3.What is the difference  of them in the catalog 


Any suggestion would be helpful!

Thanks a lot!

Jason Cai






  

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to