Previous Topic: Log Stream NamesNext Topic: Staging and Offload Data Sets


Log Stream Definition

The following JCL stream illustrates the definition of a DASD only log stream where:

None of the SMS class names are explicitly specified (for example, the LS_STORCLAS parameter) in the JCL. For this reason, the rules embodied within the installation SMS ACS routines perform the class assignments.

//DEFINE  EXEC  PGM=IXCMIAPU,REGION=0M
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
    DATA TYPE(LOGR) REPORT(NO)

    DEFINE LOGSTREAM
              NAME(SYSVIEW.SAMP.DASDLOG)
              AUTODELETE(YES)
              DASDONLY(YES)
              DESCRIPTION(TEST)
              DIAG(NO)
              EHLQ(LOGGER)
              HIGHOFFLOAD(70)
              LOWOFFLOAD(0)
              LS_SIZE(12800)
              MAXBUFSIZE(32767)
              MODEL(NO)
              OFFLOADRECALL(YES)
              RETPD(7)
              STG_SIZE(6400)

    LIST LOGSTREAM
              NAME(SYSVIEW.SAMP.DASDLOG)
              DETAIL(YES)
/*

For more information, see the IBM guide z/OS MVS Setting Up a Sysplex (SA22-7625).