Trying to start CAVARSRV early using the CAIMST20 parmlib as specified in the documentation.
This is the error that we are getting.
IEE252I MEMBER CAIMST20 FOUND IN SYS1.SYSS.PARMLIB
CAMS913E KEYWORD IS UNRECOGNIZED
CAMS913E KEYWORD IS UNRECOGNIZED
CAMS404E Parameter file MEMNAME='CAIMST20' has error on statement:
'COMPONENT(CAVARSRV), '
CAMS911E KEYWORD COMPONENT IS REQUIRED BUT WAS NOT SPECIFIED
CAMS913E KEYWORD IS UNRECOGNIZED
CAMS913E KEYWORD IS UNRECOGNIZED
CAMS913E KEYWORD START IS UNRECOGNIZED
CAMS913E KEYWORD IS UNRECOGNIZED
CAMS913E KEYWORD IS UNRECOGNIZED
CAMS404E Parameter file MEMNAME='CAIMST20' has error on statement: '
START=YES '
CAMS410I CAHCHECK started.
Here is the contents of the parmlib member:
VIEW SYS1.PARMLIB(CAIMST20) - 01.00 Profile overridden
Command ===> Scroll ===> PAGE
****** ***************************** Top of Data ******************************
000100 COMPONENT(CAVARSRV), /* CAVARSRV ADDRESS SPACE */
000200 START=YES /* START AUTOMATICALLY AT IPL */
****** **************************** Bottom of Data****************************
Release : 14.1
Component : COMMON VARIABLE SERVICE
Customer cut/paste statements from documentation into the CAIMST20 member. For some reason spaces were represented with hex '41' value rather than hex '40'
For example, see below.
With HEX ON in the CAIMST20 member of parmlib, change all references of hex '41' to hex '40' so that spaces are properly represented.