How can we determine the APAR level for CA PDSMAN for diagnostics when sending documentation to CA Support?
search cancel

How can we determine the APAR level for CA PDSMAN for diagnostics when sending documentation to CA Support?

book

Article ID: 10036

calendar_today

Updated On:

Products

PDSMAN

Issue/Introduction

How can we determine the APAR level for CA PDSMAN for diagnostics when sending documentation to CA Support?



During the troubleshooting stage of your Case ,

The CA Support Team can ask to forward your CA PDSMAN Maintenance Level Information.

Two possibilities :

1-  By executing the PDSMJ19 PDSMAN Batch Job Utility located on your PDSMAN SAMP Library.

2- By executing SMP/E LIST SYSMODS or SMP/E LIST PTFS on your SMP/E PDSMAN CSI Target.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

                          

 

  

 

 

 

 

 

 

 

 

 

 

 

 

Environment

CA-PDSMAN 7.7 , MVS Z/OS

Resolution

1-  By executing the PDSMJ19 CA PDSMAN Batch Job Utility located on your CA PDSMAN SAMP Library.

See the two following Samples JCL to use :

1.1 If you are running CA PDSMAN in Test Mode on your System :

 //*

 //PDSMJ19  EXEC PGM=PDSM19,PARM=CHECK

 //STEPLIB  DD DISP=SHR,DSN=YOUR.PDSMAN.CPDSLINK     

 //*-- Report Data Sets                                             

 //PDSMRPT  DD SYSOUT=*

 //PDSMERR  DD SYSOUT=*

 //*

1.2 If you are running CA PDSMAN in LINKLIST on your System :

 //*

 //PDSMJ19  EXEC PGM=PDSM19,PARM=CHECK

 //*-- Report Data Sets                                             

 //PDSMRPT  DD SYSOUT=*

 //PDSMERR  DD SYSOUT=*

 

 

 //*

 

2- By executing SMP/E LIST SYSMODS or SMP/E LIST PTFS on your SMP/E CA PDSMAN CSI Target.

See the two following sample JCL procedures :

//*

//S1       EXEC PGM=GIMSMP,REGION=4096K,DYNAMNBR=120,TIME=120,

//             PARM='PROCESS=WAIT'

//*

//SMPCSI   DD DISP=SHR,DSN=YOUR.SMPE.PDSMAN.CSI

//SMPLOG   DD DUMMY

//SMPCNTL  DD *

   SET    BOUNDARY (CAIT0).

   LIST SYSMODS.

/*

 

//*

//S1       EXEC PGM=GIMSMP,REGION=4096K,DYNAMNBR=120,TIME=120,

//             PARM='PROCESS=WAIT'

//*

//SMPCSI   DD DISP=SHR,DSN=YOUR.SMPE.PDSMAN.CSI

//SMPLOG   DD DUMMY

//SMPCNTL  DD *

   SET    BOUNDARY (CAIT0).

   LIST PTFS. 

/*

Additional Information

See YOUR.PDSMAN.CPDSSAMP Library for PDSMJ35