Previous Topic: 4BBENext Topic: 4BDW


4BCE

Load of program <pgm> failed, program name matches a CA‑ACF2 VM entry name

Reason

A load request for a program has the same program name as the name of an entry point in this module (normally the service machine module, CA ACF2 for z/VM). The OS LOAD macro used to load programs from disks resolves this address to the address of the CA ACF2 for z/VM entry point. This makes the specified program unloadable. The variable <pgm> is the name of the user program.

Action

Rename the program and change the source that defines this program to specify the new name. Define programs loaded by APPLDEF VMO records, by the EXITS VMO record, and by @CFDE macro definitions in the ACFFDR or an infostorage application RSB module.

Activate this program. The action you takes depends on how you use this program. CA ACF2 for z/VM will issue messages after this message that indicate how to use this program.