This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CMNUPDAT SRD batch viewer

Hi,

On ChangeMan, we can do =1.B, VS - View Stack in order to decompress an SRD entry and get something like this:

                                                                     




//BKP

Labels:

Changeman ZMF
  • 0
    hi ,

    Have you ever used sercopy ?

    See the model below:

    //EXPAND EXEC PGMSERCOPY,
    // PARM=('EXPAND,FULL') ==> all members
    // PARM=('EXPAND,MEMBER=member_name') ==> only a member
    //SYSUT01 DD DISP=SHR,DSN=baseline_delta
    //SYSUT02 DD DISP=SHR,DSN=library_expanded
    //SYSUT03 DD UNIT=SYSDA,SPACE=(CYL,(5,5))
    //SYSUT04 DD UNIT=SYSDA,SPACE=(CYL,(5,5))
    //*
  • 0
    ChangeMan ZMF JCL member CMNVNSRD displays the STAMP and STATS entries for SRD members.

    ****** ********************************* Top of Data **********************************
    000001 //jobname JOB (account),'CHGMAN/PARSE SRD',
    000002 // CLASS=?,NOTIFY=?,
    000003 // MSGCLASS=?
    000004 //*
    000005 //* This job will parse and process information about stacked reverse
    000006 //* delta components.
    - - - - - - - - - - - - - - - - - - - - - 23 Line(s) not Displayed
    000030 //* STATS - Specifies the stats for the level
    000031 //* specified or all levels is to be
    000032 //* displayed.
    - - - - - - - - - - - - - - - - - - - - - 14 Line(s) not Displayed
    000047 //SRDELTA EXEC PGM=CMNVNSRD, *** PARSE STACKED REVERSE DELTA LIBRARY
    000048 // PARM='VERSION(-0),STATS'
    000049 //STEPLIB DD DISP=SHR,DSN=somnode.CMNZMF.LOAD
    000050 // DD DISP=SHR,DSN=somnode.SERCOMC.LOAD
    000051 //SYSPRINT DD SYSOUT=*
    000052 //SYSUDUMP DD SYSOUT=*
    000053 //DELTALIB DD DISP=SHR,DSN=somnode.DELTA.LIBRARY
    000054 //SYSIN DD *
    000055 member1
    000056 member2
    ****** ******************************** Bottom of Data ********************************
  • 0
    Hi there Eduardo,
    Yes there is a XML service you can use for that: DATASET.SERVICE.SCAN which uses XCH Product.
    Cheers
    Joao