How can I tell what release of VISION:Builder/Two we have?
search cancel

How can I tell what release of VISION:Builder/Two we have?

book

Article ID: 23773

calendar_today

Updated On:

Products

Vision:Builder Vision:Two

Issue/Introduction

 

As manpower resources change, IT professionals frequently find themselves responsible for products with which they are unfamiliar and need to find the status. How can we quickly determine what release of VISION:Builder (Vision:TWP), previously known as MARK IV, is executing in our environment?

Environment

Release:
Component: V:BLDR

Resolution

The sample JCL to get the release, applied fixes, and M4PARAM parameters . This will provide what is helpful in knowing what PTFs ae applied and the options being used.

//*                                                              
//*                                                              
//* PROCESSING - SINGLE STEP - LISTING OUTPUT                    
//*                                                              
//M4LIST   EXEC PGM=MARKIV,REGION=0M                             
//STEPLIB   DD DSN=YOURHLQ.VBLDR150.T.BLSYSL,DISP=SHR    
//M4LIB       DD DUMMY                                              
//M4LIST     DD SYSOUT=*                                           
//M4REPO  DD DUMMY                                              
//SYSOUT   DD SYSOUT=*                                           
//M4INPUT  DD *                                                  
BANNERPGRC                                                       
/*                                                               
//