User receives errors using ISETUP installation panels on z/OS: Routine not found


Diagnostics

Product: Reporting Server
Release: 8205
Primary OS: z/OS
Solution Date:

Symptom

ISETUP - Allocating file 'IWAY.V8203.TARG.WFS.DATA'
5464 +++ v_value = ''db2.prod.sds.dsnaoini(dsn)' '
5464 +++ interpret "v_value = '"value(from_stem"."i".value")"'"
493 +++ x = fsave_to_file('AENVVARS','env_active')
IRX0043I Error running ISETUP, line 5464: Routine not found

Problem

User receives the error message above using the ISETUP installation panels on z/OS.

Solution

The Db2 adapter specification for the DSNAOINI dataset was enclosed in single quotes. This is not necessary and is causing this issue. Just the dataset name should be specified. Removing the quotes from the dataset name resolved the issue.