Scott Ford wrote:
All,I need a little help with creation of the SYSOUT archive and WTR. Below is what I created… Sys1.proclib entry….. //SYSLOGX PROC //IEFPROC EXEC PGM=IASXWR00,PARM='PL',REGION=500K //IEFRDER DD UNIT=SYSDA,DSNAME=ADCD.RACF.HARDCOPY(+1), C // DISP=(NEW,CATLG),SPACE=(CYL,(40,,10)), C // DCB=(RECFM=FBM,LRECL=133,BLKSIZE=9310,BUFL=9310,BUFNO=2) From the Z/OS master console I issue Writelog L S SYSWTRL The dataset a GDG is created but empty. Do have to issue a Writelog Close prior to the Proc running ? Bear with me I know this is a dumb question.
It's not working, so it's not a dumb question. You shouldn't need to do a WRITELOG CLOSE. I think the default destination the external writer uses is LOCAL. If your SYSLOG has a different dest that might cause this. Try issueing F xxx,DEST= before you stop the writer. This will cause the external writer to ignore dest. Note: Be sure you have a class specified (you used L in your proc), or it may pick up more than you want. Long ago we zapped a copy of IASXWR00 to not use dest. I always meant to go back and write my own external writer, but I haven't yet. I think there may be one on the CBT tape you could use. -- Richard ---------------------------------------------------------------------- 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

