When running the CA Sysview security conversion jcl, job INST0050, you get a Return Code 8 on the CNVTSECU step, along with the following message:
+GSVX108E (UTILITY.SYSV160) Invalid initialization parameter - GSVX
Release : 16.0
Component : SYSVIEW
In the INST0050 job, change the following line:
//CNVTSECU EXEC PGM=GSVXCNVS,PARM='GSVX'
to:
//CNVTSECU EXEC PGM=GSVXCNVS,PARM='SSID=GSVX'
and resubmit.
With ptf SO10853 the sample JCL for INST0050 and GSVUCSEC have been updated to include information about the default behavior change from ALLOW to FAIL for new commands,
and to update the sample SYSIN input to show how to override the default setting.
The PARM string input to the utility changed from positional to a keyword/value format:
Old: PGM=GSVXCNVS,PARM='&SSID'
New: PGM=GSVXCNVS,PARM=‘SSID=&SSID‘
New (hidden): PGM=GSVXCNVS,PARM=‘SSID=&SSID,DEBUG‘