AD15STRT MUF startup steps CSA and RPTPXX missing
search cancel

AD15STRT MUF startup steps CSA and RPTPXX missing

book

Article ID: 248966

calendar_today

Updated On:

Products

Datacom/AD Datacom

Issue/Introduction

Our Datacom/AD MUF startup procs ADxxSTRT have steps missing from the new AD15STRT

//CSA      EXEC PGM=DBUTLTY,REGION=4096K,COND=ONLY   
..             
//SYSIN  DD  DISP=SHR,DSN=&DCMHLQ..CUSMAC(AXDATIN3)  
//*

The CUSMAC(AXDATIN3 )  member cannot be found in the new R15.1  libs.

//RPTPXX   EXEC PGM=DBUTLTY,REGION=4096K,COND=EVEN   
...
//SYSIN  DD  DISP=SHR,DSN=&DCMHLQ..CUSMAC(AXDATIN4)

The AXDATIN4 does this report:

REPORT AREA=PXX,DUMPS=FULL,JOBSTAT=SUMMARY,SYSSTAT=SUMMARY

Can we eliminate these steps?

 

 

 

Environment

Release : 15.1

Component : Datacom/AD

Resolution

Both these steps CSA and RPTPXX were present in older releases of Datacom/AD and are no longer required with Datacom 15.1.

Step CSA was removed since Datacom 12.0.
There has never been an AXDATIN3 member, it was called DBDATIN3 back in 11.0.
It had the following statement to dump the Datacom ECSA storage but it's no longer needed.
  COMM OPTION=SNAPCSA                                 

Step RPTPXX reports on the statistics and dumps in the PXX area and was removed with 15.1.
The reason is that this information is no longer in the PXX.
When using the default MUF startup parameter PXXSTATS EOJPRT, the statistics are written to the MUF SYSPRINT dataset not the PXX.
When using the default MUF startup parameter SYSOUT, dumps are written to the MUF PXXML sysout dataset not the PXX.