FPEC3031E SYSTEM PARAMETERS DDNAME <V1> IS INVALID WHEN SYSPARMS COMMAND IS USED
Explanation
In the past, the system parameters ddname statement
(or its equivalent specified via GLOBAL SYSPRMDD(newdd)) was used
to request a system parameters trace in batch reports. Now you can
achieve the same by using the new SYSPARMS command with its TRACE
option. If you use this new command, you can no longer use the old
system parameters ddname statement in the same JCL step. You must
decide for either the SYSPARMS command or the system parameters ddname
statement.
- <V1> is the system parameters ddname you have specified in your JCL.
User response
Remove the SYSPRMDD line and, if specified, the GLOBAL option SYSPRMDD from your JCL and use the SYSPARMS TRACE command instead.