Panvalet MSL filter for language type ASM only shows ASMB members
search cancel

Panvalet MSL filter for language type ASM only shows ASMB members

book

Article ID: 226742

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

Several hundred members were added to a Pan library with the language type of ASM. 

Some manually added members were added with language type ASMB.   

The PVOPT has   ZTYPE1=(ASM,ASMB)

 

When doing a display of Panvalet members in the PANLIB and  LANG TYPE field is left blank on the MSL CRITERIA panel like this:

                                                                              
                    SORT MSL ===> N         (Y/N)                             
 List members starting with  ===> *         (Wild * and ? notation, PAY?5*A)  
 List members with LANG TYPE ===>                                             

 

Both ASM and ASMB members are displayed.

|  MEMBER    LIB LVL USER  F LANG STAT 
V  ---------- -  --- ----- - ----- ---
 ABGLNCN8   1    1       Y ASM   TAE  
 ABGLNCTS   1    1       Y ASM   TAE
 ABGLNC01   1    1       Y ASM   TAE
 ABGLNC02   1    1       Y ASM   TAE
 ABGLNC4X   1    1       Y ASM   TAE
 ABGLNKB    1    1       Y ASM   TAE
 ABGLNKP   1    1       Y ASM   TAE
 ABGLNKTS   1    1       Y ASM   TAE
 ABGLNKUX   1    1       Y ASM   TAE
 ABGSTACC   1    1       Y ASMB  TAE
 ABGSTACI   1    1       Y ASMB  TAE
 ABGSTACK   1    1       Y ASMB  TAE
 ABGSTACT   1    1       Y ASMB  TAE
 ABGSTCFA   1    1       Y ASMB  TAE
 ABGSTCFU   1    1       Y ASMB  TAE
 ABGSTCHD   1    1       Y ASMB  TAE

 

However, if  ASM is specified in the LANG TYPE field like this:

                    SORT MSL ===> N         (Y/N)                           
 List members starting with  ===> *         (Wild * and ? notation, PAY?5*A)
 List members with LANG TYPE ===> ASM                                       

 

Only the ASMB members are displayed:

|  MEMBER    LIB LVL USER  F LANG STAT 
V  ---------- -  --- ----- - ----- ---
 ABGSTACC   1    1       Y ASMB  TAE
 ABGSTACI   1    1       Y ASMB  TAE
 ABGSTACK   1    1       Y ASMB  TAE
 ABGSTACT   1    1       Y ASMB  TAE
 ABGSTCFA   1    1       Y ASMB  TAE
 ABGSTCFU   1    1       Y ASMB  TAE
 ABGSTCHD   1    1       Y ASMB  TAE

 

How can we filter and display the ASM members?

Environment

Release : 14.6

Component : CA Panvalet

Resolution

Change the    ZTYPE1=(ASM,ASMB)    in the PVOPT user mod X7USRMD1 in the CBA3JCL library  

                 to  ZTYPE1=(ASMB,ASMB)