IQC6613E THE IQCCFG= AND IQCTYPE= PARMS NOT SPECIFIED ON THE EXEC STATEMENT
Explanation
The IQCCFG=cfg_name and IQCTYPE=type were not specified on the Syntax Checker MVS PARM= statement.
System action
Syntax checking terminates.
User response
Add the IQCCFG=cfg_name and IQCTYPE=type parameters to the MVS PARM= statement. Following is a valid PARM= statement:
// PARM='BPEINIT=IQCSINI0, IQCTYPE=type,
IQCCFG=cfg_name'
In the message text,
- type=
- is specified as one of the following values:
- E (QCF extension PROCLIB configuration definition member)
- S (QCF server PROCLIB configuration definition member)
- cfg_name=
- specifies the PROCLIB member name of the QCF server or QCF extension configuration definition to be syntax checked.
Correct the IQCTYPE=type value.
Module
IQCSIN10