Hi,
 
I tried to define log streams as part of a product installation. The product is 
CA-SYSVIEW/E.
 
I am using z/OS 1.7
 
I got these messages:
IXG005I LOGR POLICY PROCESSING LINE# 3                                          
IXG002E LOGR POLICY PROCESSING ENDED WITH RETCODE=00000008 RSNCODE=00000839     
IXG003I LOGR POLICY PROCESSING ENCOUNTERED AN UNEXPECTED ERROR.  DIAGNOSIS 
INFORMATION: 00000000 00000000 050B0016 00000002
 
The command I am running is:
DATA TYPE(LOGR) REPORT(NO)                  
                                            
DEFINE LOGSTREAM                            
          NAME(GSVX110.SYSDATA.PLOT.CDVL)   
          AUTODELETE(YES)                   
          DASDONLY(YES)                     
          DESCRIPTION(PLOT_LOG)             
          DIAG(YES)                         
          EHLQ(SYSV)                        
          HIGHOFFLOAD(75)                   
          LOWOFFLOAD(0)                     
          LS_SIZE(1000)                     
          MAXBUFSIZE(32767)                 
          MODEL(NO)                         
          OFFLOADRECALL(YES)                
          RETPD(30)                         
          STG_SIZE(1000)                    
          STG_STORCLAS(LOGGER)              
          LS_STORCLAS(LOGGER)               
                                            
I did some research and found that the command is failing because the level of 
my couple datesets is too low.
If I run a report on the Logger couple datasets I get:
 
LOGR COUPLE DATA SET FORMAT LEVEL: HBB6603 
 
I tried defining new couple datasets and using this command:
DEFINEDS SYSPLEX(MLMPLEX)                    
         DSN(SYS1.LOGR.CDS01) VOLSER(Z17R01) 
         CATALOG                             
     DATA TYPE(LOGR)                         
          ITEM NAME(LSR) NUMBER(90)          
          ITEM NAME(LSTRR) NUMBER(30)        
          ITEM NAME(DSEXTENT) NUMBER(20)     
          ITEM NAME(SMDUPLEX) NUMBER(0)      
 
But this doesn't seem to work. The SMDUPLEX should have created a higher 
version of couple datasets.
After I created the new datasets I used the SETXCF COUPLE command to tell the 
system to use them, and I ran the LOGGER report again, but the format level 
stayed the same.
 
What am I doing wrong?
 
TIA
Gadi
 
 

----------------------------------------------------------------------
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