DFS3505E parmname1=value1 IS REQUIRED WHEN parmname2=value2; PROCLIB MEMBER proclibmem, JOBNAME=job_name
or
ACBMGMT=CATALOG AND CATALOG=Y IS REQUIRED IN PROCLIB MEMBER proclibmem, JOBNAME=job_name

Explanation

If an error was found while processing DFSDF parameters from the PROCLIB data set, this message is issued.

If the message text states that a particular parameter and value are required when another parameter name and value are present in the PROCLIB member, the required parameter was not enabled during IMS or Batch initialization.

If the message text states that ACBMGMT=CATALOG and CATALOG=Y are required in the PROCLIB member, IMS management of ACBs was enabled, and either ACBMGMT=CATALOG or CATALOG=Y was not specified.

In the message text:
parmname1=value1
Indicates the parameter name and value in the PROCLIB member that was not specified.
parmname2=value2
Indicates the parameter name and value in the PROCLIB member that was specified.
proclibmem
Indicates the name of the PROCLIB member.
job_name
Indicates the name of the job for which initialization failed.

System action

IMS initialization terminates with a 0071 abend.

System programmer response

Correct the PROCLIB member definition, and try IMS initialization again.

Module

DFS3DF00, DFS3DF10