On Tue, May 8, 2018 at 9:41 AM, Peter <[email protected]> wrote: > Hi > > We are using DLOG, > > Is it possible to copy the SYSLOG sysout to a GDG ? >
I would think, from some minor reading, that it would be the same as in JES2. The SYSLOG is just a SPOOL data set. You can use the IBM standard external writer. I think the main difference with SYSLOG between JES2 & JES3 (not sure!) is that the each z/OS image running JES2 has its own, individual & separate, SYSLOG (I know this is true) whereas with JES3, the SYSLOG is managed by the global and so is a single SPOOL dataset. > > Is there any sample JCL to do that ? > Mine looks like: //SLGWRT PROC //* LIB: IPO1.PROCLIB(SLGWRT) //* GDE: CBIPO MVS CUSTOMIZATION //* DOC: THIS PROCEDURE EXECUTES THE EXTERNAL WRITER WITH AN OUTPUT //* CLASS EQUAL TO 'L' . //* //IEFPROC EXEC PGM=IASXWR00, // PARM='PL' //IEFRDER DD DSN=SYS3.HDCSAV.LWTR,DISP=(MOD,KEEP), // DCB=(BLKSIZE=4088,LRECL=137,BUFL=4088,BUFNO=5,RECFM=VBA) > > On Tue 8 May, 2018, 1:59 PM Peter, <[email protected]> wrote: > > > Hi > > > > I am from the JES2 shop. Recently we have a new assignment which is JES3 > > Shop. > > > > Could someone please help me to understand how SYSLOG gets processed in > > JES3 sysplex environment. > > > > Peter > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- We all have skeletons in our closet. Mine are so old, they have osteoporosis. Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
