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?
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
/*
//