INST0050 ends with error GSVX108E RC 8
search cancel

INST0050 ends with error GSVX108E RC 8

book

Article ID: 144552

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

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

Environment

Release : 16.0

Component : SYSVIEW

Resolution

In the INST0050 job, change the following line:

//CNVTSECU EXEC PGM=GSVXCNVS,PARM='GSVX'

to:

//CNVTSECU EXEC PGM=GSVXCNVS,PARM='SSID=GSVX'

and resubmit.

Additional Information

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‘