"??? ?? ???" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > 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 > >
You should have specified (or defaulted) ITEM NAME(SMDUPLEX) NUMBER(1) This enables SMDuplexing and the higher level. Kees. ********************************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. ********************************************************************** ---------------------------------------------------------------------- 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

